|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Functions | |
| main () | |
Example demonstrating PlanningSceneMonitor initialization with URDF/SRDF strings. This script shows how to: - Load URDF and SRDF files from disk - Create a PlanningSceneMonitor with robot description strings (no ROS parameters needed) - Monitor joint states from ROS topics (optional, if controllers are running) - Perform forward kinematics to get end effector poses - Use thread-safe read-only access to the planning scene
| start_psm.main | ( | ) |
Initialize a PlanningSceneMonitor and query the robot's forward kinematics.