Skip to content

Setup Robot Tracking

setEnableTrack(enable) -> void

Set the robot motion tracking (requires map display)

Parameters

Name Data Type Description
enable boolean Whether to track the trajectory of the robot

Return Value

none

Example

JavaScript
1
2
3
...
axRobot.setEnableTrack(true);
...