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

patson's profile - activity

2017-08-08 17:18:30 -0500 received badge  Popular Question (source)
2017-08-08 17:18:30 -0500 received badge  Notable Question (source)
2017-08-08 17:18:30 -0500 received badge  Famous Question (source)
2017-03-02 06:01:54 -0500 asked a question list of ros messages in python

I'm look for an equivalent of the command line 'rosmsg list' in python to get the list of all ros messages. I couldn't find it rospy.

2017-03-02 06:01:54 -0500 asked a question get the list of all message types in python

Does anyone know how to get the list of all ros messages types in python? I'm looking for an equivalent of the command line tool rosmsg in python, something like 'rosmsg list'. I haven't found it in rospy.