rospy master status
Is there a tool for checking if the rosmaster is up using rospy?
Something along the lines of roscpp's ros::master::check()?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is there a tool for checking if the rosmaster is up using rospy?
Something along the lines of roscpp's ros::master::check()?
Might not be the best answer but the sample code in Master_API page might work for your purpose. If no master
is running, the follwoing line would fail with socket.error
:
code, msg, val = m.getSystemState(caller_id)
Asked: 2013-04-22 07:43:11 -0500
Seen: 2,110 times
Last updated: Jun 15 '13
Working in high frequencies (1000 [hz])
Set dynamically reconfigurable parameters when message arrives
ROS python script is not exiting after ctrl-C
smach register_trasition_cb passing *cb_args
point_cloud2.read_points and then?
How to avoid hardcoding package name in python?
A rospy subscriber callback thread locking question
Can I use the Python Ros bag API without making a workspace?