v1

latestSwagger 2.02026-07-13383652.9 KB
external

SetOrientation external

Set orientation/compass heading of Vehicle/ROV/Locator. This is used only for visualization in GUI

put/api/v1/external/orientation

Request body

orientationnumber required

Current orientation/compass heading (degrees). -1 means no orientation set

Example request

{
  "orientation": 42
}

Response

OK