mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Resolve premature controller initialization (#213)
Squashed commits: * Avoid updating ros_control controllers on pipeline timeout * Revert "Avoid updating ros_control controllers on pipeline timeout" * Do not update controller_manager until RTPackets have been received * Mark handles as initialized after actually doing it rather than just before * Improve readability
This commit is contained in:
committed by
G.A. vd. Hoorn
parent
6161a7d88b
commit
2f1251c2eb
@@ -19,6 +19,7 @@ private:
|
||||
ros::NodeHandle nh_;
|
||||
ros::Time lastUpdate_;
|
||||
controller_manager::ControllerManager controller_;
|
||||
bool robot_state_received_;
|
||||
|
||||
// state interfaces
|
||||
JointInterface joint_interface_;
|
||||
|
||||
Reference in New Issue
Block a user