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

Revision history [back]

In the DRC we used piecewise linear cartesian motions to approximate circular motion. A helper function for this is getCircularArcPoses , which just generates poses lying on a circular arc. An example of it being called is here. The poses are then forwarded to MoveIt's cartesian planner starting here and then sent to the robot for execution.