1
0
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:
Miguel Prada
2018-11-05 14:05:30 +01:00
committed by G.A. vd. Hoorn
parent 6161a7d88b
commit 2f1251c2eb
2 changed files with 7 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ private:
ros::NodeHandle nh_;
ros::Time lastUpdate_;
controller_manager::ControllerManager controller_;
bool robot_state_received_;
// state interfaces
JointInterface joint_interface_;