Class: Robot¶
Namespace-scoped robot handle over supported robot capabilities.
Properties¶
archive¶
readonly archive: ArchiveHandle;
core¶
readonly core: CoreHandle;
frames¶
readonly frames: RobotFrames;
kinematics¶
readonly kinematics: KinematicsHandle;
locomotion¶
readonly locomotion: LocomotionHandle;
namespace¶
readonly namespace: string;
Methods¶
create()¶
static create(client, namespace): Promise<Robot>;
Create a handle after the namespace has already been resolved.
Parameters¶
Parameter |
Type |
|---|---|
|
|
|
|
Returns¶
Promise<Robot>