|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Functions | |
| main () | |
Example demonstrating pose inverse kinematics 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 - Compute inverse kinematics for a target pose using solve_ik - Use custom IK parameters and validation functions - Execute IK computation entirely offline without ROS topics or services
| compute_ik.main | ( | ) |
Compute inverse kinematics for a Panda robot arm.