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,104 times
Last updated: Jun 15 '13
How do I add my smach state machine to a catkin package?
Publish UDP packet using rospy to topic
subcribing to 2 topics and publishing selected data in same node
Calculating Mass Inertia Matrix in Joint Space
Is python 3.4 supported by rospy?
ImportError with custom action in python
How to run a cpp file in ROS? [closed]
How to get message type in rospy?