ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

There are currently no controllers supporting explicitly parallel (delta) robots.

But what you can always do is to use ForwardCommandControllers (example), or even JointTrajectoryController to control the joints of the robot. If you want to do Cartesian control, then you will have to calculate forward kinematics on your own.

You can simply create an URDF without “closing” the kinematics and if you add ros2_control part there, everything should work fine.