Adrian Röfer
Adrian Röfer
I don't know if I am missing a step, but I have observed the following: Given a base class ```python from godot import exposed, export from godot import * @exposed...
Hello, I have encountered a problem and I am not sure if it's a bug or if I am just using the library incorrectly. In my use case, peripherals will...
It seems that the `AUTO` keyword is ignored in workspace `ros_ips` if there is already one defined in `~/.ros_ips`.
It seems that the package `empy` is missing inside the docker container when using Conda. Output of trying to create a new workspace on a Ubuntu 22.04 machine using a...
We have noticed that `createROSWS` can be used to initializing an empty workspace by running `createROSWS --docker bla_ws`. This kind of misuse should be detected and rejected.
Hello! I am trying to get the WholeBodyIK to work for the PandaOmron and was trying to set it to relative action so that I can test that the robot...