42 std::tuple<VectorXd,VectorXd> joint_limits;
49 std::thread fri_thread_;
53 std::unique_ptr<Impl> impl_;
Definition sas_robot_driver_kuka.hpp:46
void set_target_joint_positions(const VectorXd &desired_joint_positions_rad) override
Set target joint positions.
VectorXd get_joint_positions() override
Get current joint positions.
VectorXd get_joint_torques() override
Get current joint torques.
void connect() override
Connect to the underlying robot/hardware.
void deinitialize() override
Deinitialize the driver resources.
void disconnect() override
Disconnect from the underlying robot/hardware.
void initialize() override
Initialize the driver resources.
Definition sas_robot_driver.hpp:54
Abstract RobotDriver interface and watchdog support.
Definition sas_robot_driver_kuka.hpp:40