1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

Fixed include

This commit is contained in:
Thomas Timm Andersen
2015-09-10 13:30:57 +02:00
parent 10c8e6e012
commit 8d1c8b2e43

View File

@@ -77,7 +77,8 @@ public:
ioSrv_ = nh_.advertiseService("ur_driver/set_io", &RosWrapper::setIO, ioSrv_ = nh_.advertiseService("ur_driver/set_io", &RosWrapper::setIO,
this); this);
payloadSrv_ = nh_.advertiseService("ur_driver/set_payload", &RosWrapper::setPayload, this); payloadSrv_ = nh_.advertiseService("ur_driver/set_payload",
&RosWrapper::setPayload, this);
rt_publish_thread_ = new std::thread( rt_publish_thread_ = new std::thread(
boost::bind(&RosWrapper::publishRTMsg, this)); boost::bind(&RosWrapper::publishRTMsg, this));