set_mobile_base_velocity
Apply a profiled differential or holonomic base velocity to a mobile robot. Provide forward, yaw, and lateral speeds; timeline must be playing, then stop_mobile_base ends motion.
Instructions
Apply a profiled differential or holonomic base velocity target.
The timeline must be playing for a non-zero command. Targets persist until replaced, so always call stop_mobile_base at the end of motion. Differential profiles reject non-zero lateral velocity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| prim_path | Yes | ||
| yaw_radps | No | ||
| command_id | No | ||
| forward_mps | Yes | ||
| lateral_mps | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |