ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

In C++ you can check for the master being online, returns true if up, false if not.

#include <ros/master.h>
...
ros::master::check()

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();