Get the robot type
Get the robot serial number
Checks if the robot is in 3 PE stop state.
true if the robot
is in 3 PE stop state, otherwise false.Determines whether the robot is currently in Normal state.
An observable that emits true if the robot is in normal mode
(robot.safetyMode === NORMAL), otherwise false.
Determines whether the robot is currently in Normal state.
An observable that emits true if the robot is in normal mode
(robot.safetyMode === NORMAL), otherwise false.
Determines whether the robot is currently running.
An observable that emits true if the robot is running
(robotMode === RUNNING), otherwise false.
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Provides access to information on the robot