mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Only write position commands if a position controller is active.
Fixes #19
This commit is contained in:
@@ -65,6 +65,8 @@ protected:
|
||||
vector6d_t joint_velocities_;
|
||||
vector6d_t joint_efforts_;
|
||||
std::vector<std::string> joint_names_;
|
||||
|
||||
bool position_controller_running_;
|
||||
};
|
||||
|
||||
} // namespace ur_driver
|
||||
|
||||
Reference in New Issue
Block a user