mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Re-included io_states publisher
This commit is contained in:
@@ -132,9 +132,9 @@ public:
|
||||
ros_control_thread_ = new std::thread(
|
||||
boost::bind(&RosWrapper::rosControlLoop, this));
|
||||
/*rt_publish_thread_ = new std::thread(
|
||||
boost::bind(&RosWrapper::publishRTMsg, this));
|
||||
boost::bind(&RosWrapper::publishRTMsg, this)); */
|
||||
mb_publish_thread_ = new std::thread(
|
||||
boost::bind(&RosWrapper::publishMbMsg, this)); */
|
||||
boost::bind(&RosWrapper::publishMbMsg, this));
|
||||
ROS_DEBUG("The action server for this driver has been started");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user