We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fe13d commit 166befdCopy full SHA for 166befd
ur_robot_driver/src/hardware_interface.cpp
@@ -49,6 +49,7 @@ hardware_interface::return_type URPositionHardwareInterface::configure(const Har
49
urcl_ft_sensor_measurements_ = { { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 } };
50
urcl_tcp_pose_ = { { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 } };
51
urcl_position_commands_ = { { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 } };
52
+ urcl_position_commands_old_ = { { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 } };
53
urcl_velocity_commands_ = { { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 } };
54
runtime_state_ = static_cast<uint32_t>(rtde::RUNTIME_STATE::STOPPED);
55
pausing_state_ = PausingState::RUNNING;
0 commit comments