Support for non holonomic mobile manipulators #425
Unanswered
benoit-robotics
asked this question in
Software Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We have a robot with a non holonomic base (differential base). The example provided of a mobile manipulator (franka_mobile) has an omnidirectional base, so is not suitable for our case. The base of the robot can move along the x axis of the base_link frame and rotate around the z axis.
We modified the urdf to add these extra joints to the base :
But the trajectory generated by Curobo in simulation are not feasible by a real robot with a differential base. For a real robot, controlling forward movement and rotation simultaneously using joint positions is not possible.
Does Curobo support motion generation for non holonomic robots ?
Beta Was this translation helpful? Give feedback.
All reactions