set_route_points
Set a route for autonomous driving by providing waypoints with position and orientation, and optional route options.
Instructions
Set a route with specific waypoints.
Args: waypoints: List of waypoints with position and orientation option: Optional route options
Returns: Route response with success status and route information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option | No | Route options | |
| waypoints | Yes | Waypoints for the route |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes | ||
| distance | No | ||
| duration | No | ||
| route_id | No |