Skip to main content

Quick Goal Waypoint

POST 

/robot/quickgoal/:waypointId

The Quick Goal Waypoint request allows you to send a quick goal to the robot. This request takes in the waypoint's unique ID as a parameter, and will send the Robot to the desired waypoint.

Request

Path Parameters

    waypointId stringrequired

    The ID of the waypoint to send the robot to.

Responses

Quick Goal sent

Schema
    any
Loading...