vector_drive_on_charger
Guide Vector onto its charger with a configurable timeout. Returns immediately if already docked; stops motors as a fallback if the maneuver times out. Use vector_scan first if needed.
Instructions
Drive Vector back onto its charger with a configurable timeout. Returns immediately (already_on_charger: true) if Vector is already docked. Requires the charger to be in Vector's recent world model; use vector_scan first if the charger may not have been recently observed. Attempts a motor stop as a best-effort fallback if the maneuver times out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_sec | No | Seconds to wait before triggering motor-stop fallback (default: 10.0, must be >= 0) |