predict_trajectory
Simulate robot trajectory in fast-forward to verify movements before hardware commands, preventing unsafe actions.
Instructions
[WORLD-FIRST] Pre-simulate robot trajectory (x,y,theta) over time dt_sec in 1000Hz fast-forward simulation (<0.1ms compute) BEFORE sending commands to hardware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dt_sec | No | Simulation duration (seconds) | |
| linear_x | Yes | Proposed linear velocity (m/s) | |
| angular_z | Yes | Proposed angular velocity (rad/s) |