Skip to main content

Quick Goal to path Marker

POST 

/robot/marker

This request allows you to send the robot to a fixed path Point(marker). This request takes in the marker's ID in body of the request, and will send the Robot to the desired marker position.

Request

Body

required
    id stringrequired

    The ID of the path marker to send the robot to.

Responses

Marker Goal sent

Schema
    any
Loading...