|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Functions | |
| main () | |
Example demonstrating joint-space motion planning using MoveIt Task Constructor (MTC). This script shows how to: - Create a RobotModel from URDF and SRDF files - Set up a Task with ProRRTPlanner - Use the MoveTo stage to plan to a joint goal - Execute planning entirely offline without ROS topics or services
| plan_joint_space_mtc.main | ( | ) |
Plan a joint-space trajectory using MTC with ProRRT.