|
The interface used by the RobotStateComponent which allows creating snapshots of a robot configuration or retrieving a proxy to a constantly updating synchronized robot.
proxy to the shared robot which constantly updates all joint values
proxy to a copy of the shared robot with non updating joint values
Create robot snapshot proxy from past timestamp. The time that can be gone back depends on the robotstatecomponent configuration.
Snapshot
Return the joint values from past timestamp. The time that can be gone back depends on the robotstatecomponent configuration.
Jointname-jointvalue map
Return the Robot configuration, including joint values and global pose of the root node, from past timestamp. The time that can be gone back depends on the robotstatecomponent configuration.
Robot configuration containing jointvalue map and globalpose
the robot xml filename as specified in the configuration
All dependent packages, which might contain a robot file.
The name of the robot represented by this component. Same as getSynchronizedRobot()->getName()
The scaling of the robot model represented by this component.
The name of the robot node set that is represented by this component.
|