v1

latestOpenAPI 3.0.0Apache 2.02026-07-17649.9 KB
Commands

Create an anchor Device in the scene

Create an anchor Device in the scene with a given MacAddress. If the position is not specified then the anchor will be create at the origin of the scene, [0,0,0,0,0,0]

post/create-anchor/{mac-address}

Path parameters

mac-addressstring required

Valid UWB mac addresses must follow the above format

  • Short Mode: "XX:XX"
  • Extend Mode: "XX:XX:XX:XX:XX:XX:XX:XX" where X is an hexadecimal number.

Request body

xinteger

x coordinate in cm

yinteger

y coordinate in cm

zinteger

z coordinate in cm

yawinteger

yaw in degrees

pitchinteger

pitch in degrees

rollinteger

roll in degrees

Response

Success