robotics-toolbox-python
robotics-toolbox-python copied to clipboard
mimic joint support
The xacro file I have for a custom robot is ROS has a mimic joint where it inverts joint motion for its counterpart. I'm trying to use the same robot model here and try the mmc and resolved rate motion planners. Is there a support for mimic joints? So far, I can call rtb.model.myrobot() and spawn the robot in the swift simulator. When I try the RRMP, however, it seems not to care about the mimic joint. Any suggestions?
thanks