Implements the ActiveControlBase abstract class.
Documented in ActiveControlBase.
Definition active_control.h:21
uint32_t motion_id
motion id of running motion
Definition active_control.h:84
std::shared_ptr< Robot::Impl > robot_impl
shared pointer to Robot::Impl instance for read and write accesses
Definition active_control.h:81
std::unique_lock< std::mutex > control_lock
control-lock preventing parallel control processes
Definition active_control.h:87
Allows the user to read the state of a Robot and to send new torque control commands after starting a...
Definition active_torque_control.h:21
void writeOnce(const Torques &control_input) override
Updates the joint-level based torque commands of an active joint effort control.
Maintains a network connection to the robot, provides the current robot state, gives access to the mo...
Definition robot.h:68
Stores joint-level torque commands without gravity and friction.
Definition control_types.h:45