|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Functions | |
| main () | |
Example demonstrating Cartesian-space motion planning without ROS connectivity. This script shows how to: - Create a RobotModel from URDF and SRDF files - Set up a PlanningScene with a specific robot configuration - Generate Cartesian waypoints along a straight line path - Compute inverse kinematics along the path using path_ik - Execute planning entirely offline without ROS topics or services
| plan_cartesian_space.main | ( | ) |
Plan a Cartesian-space trajectory for a Panda robot arm.