v1
latestSwagger 2.02026-07-13383652.9 KBexternal
SetVehicleIMU external
[DEPRECATED]Set rotation and acceleration of vehicle Locator is mounted on. This is used to improve positioning of vehicle
put/api/v1/external/imu
Request body
Example request
{
"pitch": 30,
"roll": -30,
"x": 10,
"y": -10,
"yaw": 30,
"z": 5
}Response
OK