Class

RobotIdClient

RobotIdClient(nameopt)

Constructor

# new RobotIdClient(nameopt)

Create an instance of RobotIdClient's class.
Parameters:
Name Type Attributes Default Description
name string <optional>
null Name of the Class.

View Source bosdyn-client/robot_id.js, line 24

Methods

# get_id(args) → {Promise.<(string|number)>}

Get the robot's robot/id.proto.
Parameters:
Name Type Description
args Object Extra arguments for controlling RPC details.

View Source bosdyn-client/robot_id.js, line 33

User token from the server as a string.
Promise.<(string|number)>