mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Fixed include
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user