set_route
Define a driving route to a goal pose with optional waypoints and route configuration for autonomous navigation.
Instructions
Set a route to a goal pose.
Args: goal_pose: Goal pose with position and orientation waypoints: Optional waypoints option: Route options
Returns: Route response with success status and route information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option | No | Route options | |
| goal_pose | Yes | Goal pose with position and orientation | |
| waypoints | No | Optional waypoints |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes | ||
| distance | No | ||
| duration | No | ||
| route_id | No |