Quick Goal
POST/robot/quickgoal
The Quick Goal request allows you to send a quick goal to the robot. This request takes in the goal's coordinates as a parameter, and will send the Robot to the desired coordinates.
Request
- application/json
Body
required
position objectrequired
x doublerequired
y doublerequired
z doublerequired
orientation objectrequired
x doublerequired
y doublerequired
z doublerequired
w doublerequired
Responses
- 200
- 400
- 401
- 403
- 500
Quick Goal sent
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Quick Goal sent"
}
{
"message": "Quick Goal sent"
}
Robot is not in Auto Mode, to perform this turn Robot to Autonomous mode.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Robot is not in Auto Mode, to perform this turn Robot to Autonomous mode."
}
{
"message": "Robot is not in Auto Mode, to perform this turn Robot to Autonomous mode."
}
Unauthorized.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Authentication token not provided."
}
{
"message": "Authentication token not provided."
}
Forbidden.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Access to this resource is forbidden."
}
{
"message": "Access to this resource is forbidden."
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Internal Server Error. Please try again later."
}
{
"message": "Internal Server Error. Please try again later."
}
Loading...