File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ class URPositionHardwareInterface : public hardware_interface::SystemInterface
134134 bool packet_read_;
135135
136136 uint32_t runtime_state_;
137- bool position_controller_running_;
138- bool velocity_controller_running_;
139137 bool controllers_initialized_;
140138
141139 std::bitset<18 > actual_dig_out_bits_;
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ hardware_interface::return_type URPositionHardwareInterface::configure(const Har
6161 runtime_state_ = static_cast <uint32_t >(rtde::RUNTIME_STATE::STOPPED);
6262 pausing_state_ = PausingState::RUNNING;
6363 pausing_ramp_up_increment_ = 0.01 ;
64- position_controller_running_ = false ;
65- velocity_controller_running_ = false ;
6664 controllers_initialized_ = false ;
6765
6866 for (const hardware_interface::ComponentInfo& joint : info_.joints )
You can’t perform that action at this time.
0 commit comments