diff --git a/src/ur_ros_wrapper.cpp b/src/ur_ros_wrapper.cpp index 9cd92a1..c5d1290 100644 --- a/src/ur_ros_wrapper.cpp +++ b/src/ur_ros_wrapper.cpp @@ -77,7 +77,8 @@ public: ioSrv_ = nh_.advertiseService("ur_driver/set_io", &RosWrapper::setIO, 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( boost::bind(&RosWrapper::publishRTMsg, this));