Skip to content

Commit bea9759

Browse files
committed
Removed currently unused controller state variables
1 parent 3d869f0 commit bea9759

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ur_robot_driver/include/ur_robot_driver/hardware_interface.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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_;

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)