Skip to content

Set Global Position

setGlobalPosition() -> {Promise.<boolean>}

Set Robot Global Position

Parameters

none

Return value Promise.<boolean>

whether credible

  • true - credible
  • false - not credible

Example

JavaScript
1
2
3
...
const success = await axRobot.setGlobalPosition();
...