|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Functions | |
| np.ndarray | translation_matrix (tx, ty, tz) |
| Future | follow_trajectory (ActionClient action_client, JointTrajectory traj) |
| Future | move_to_joint_position (ActionClient action_client, PlanningScene scene, np.ndarray joint_target) |
| Future | move_to_pose (ActionClient action_client, PlanningScene scene, np.ndarray target_pose) |
| main () | |
| Future cartesian_and_rrt.follow_trajectory | ( | ActionClient | action_client, |
| JointTrajectory | traj | ||
| ) |
| cartesian_and_rrt.main | ( | ) |
| Future cartesian_and_rrt.move_to_joint_position | ( | ActionClient | action_client, |
| PlanningScene | scene, | ||
| np.ndarray | joint_target | ||
| ) |
| Future cartesian_and_rrt.move_to_pose | ( | ActionClient | action_client, |
| PlanningScene | scene, | ||
| np.ndarray | target_pose | ||
| ) |
| np.ndarray cartesian_and_rrt.translation_matrix | ( | tx, | |
| ty, | |||
| tz | |||
| ) |