Get active TCP name
Observable<string> emitting the name of the currently active TCP known to the controller.
If the TCP has been set without providing a name, this Observable will emit an empty string.
For documentation on Observable, see https://rxjs.dev/guide/observable
Returns the currently selected tool control information
Returns the list of tool controllers.
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
Sets the mass, CoG (center of gravity), the inertia matrix of the active payload
Optionalinertia: InertiaSets the active tcp offset, i.e. the transformation from the output flange coordinate system to the TCP as a pose.
Provides access to URScript functions Parameters are aligned with URScript functions, see URScript manual for more info.