Caltech-AMBER / obelisk

A stable generic robot control interface.
https://caltech-amber.github.io/obelisk/
MIT License
5 stars 0 forks source link

Mujoco cpp sensors #81

Closed Zolkin1 closed 1 month ago

Zolkin1 commented 1 month ago

Added the following messages:

Renamed: JointEncoders -> ObkJointEncoders. Removed y field. Added joint_names field, joint_pos, joint_vel fields.

Added support for these messages in the Mujoco C++ simulation.

Updated examples.

Added support for sensor of heterogeneous Mujoco sensor types. Including:

Added velocities to EstimatedState

Zolkin1 commented 1 month ago

@alberthli I believe that the changes to the launch file parsing break the python mujoco side (you would just need to add the extra layer of parsing), its not too bad. I didn't do it because I wasn't sure if we wanted to keep the python side up to date. Other than that, all the python stuff should be up to date.