30 int pos = name.find_last_of(
'/');
31 name = name.substr(pos + 1);
36 NODELET_INFO_STREAM(
"Safety controller initialised. Spinning up update thread ... [" << name <<
"]");
#define NODELET_INFO_STREAM(...)
const std::string & getUnresolvedNamespace() const
PLUGINLIB_EXPORT_CLASS(yocs_safety_controller::SafetyControllerNodelet, nodelet::Nodelet)
ecl::Thread update_thread_
~SafetyControllerNodelet()
boost::shared_ptr< SafetyController > controller_
ros::NodeHandle & getPrivateNodeHandle() const
#define NODELET_ERROR_STREAM(...)
#define NODELET_DEBUG_STREAM(...)
SafetyControllerNodelet()