plan_joint_trajectory
Plan a robot joint trajectory to a target position, returning a trajectory ID. Choose RRT for collision-checked paths or cspace for deterministic splines; the plan is not executed.
Instructions
Plan a bounded joint trajectory and return an opaque trajectory_id.
planner="rrt" uses NVIDIA Lula RRT and reports collision_checked=true; planner="cspace" creates a deterministic spline and explicitly reports collision_checked=false. start_joint_positions defaults to measured state; pass it explicitly for reproducible offline planning. This call never executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planner | No | rrt | |
| prim_path | Yes | ||
| command_id | No | ||
| timeout_ms | No | ||
| random_seed | No | ||
| robot_model | No | Franka | |
| max_iterations | No | ||
| idempotency_key | No | ||
| goal_joint_positions | Yes | ||
| start_joint_positions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |