ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In C++ you can check for the master being online, returns true if up, false if not.
#include <ros/master.h>
...
ros::master::check()
2 | No.2 Revision |
In C++ you can check for the master being online, returns true if up, false if not.
#include <ros/master.h>
...
ros::master::check()
ros::master::check();