ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The command line tool
rostopic info /<your_node>
will give you the information you are after.
2 | No.2 Revision |
The command line tool
rostopic info /<your_node>
will give you the information you are after.after. Try embedding that
3 | No.3 Revision |
The command line tool
rostopic info /<your_node>
will give you the information you are after. Try embedding that
Alternatively you can import the python tool:
>>>import rosnode
>>>print(rosnode.get_node_info_description("<your_node>")
Similarly you can import rostopic
A quick way to see the elements available is:
>>> import rostopic
>>> print(getmembers(rostopic, isfunction))
4 | No.4 Revision |
The command line tool
rostopic info /<your_node>
will give you the information you are after. Try embedding that
Alternatively you can import the python tool:
>>>import >>> import rosnode
>>>print(rosnode.get_node_info_description("<your_node>")
>>> print(rosnode.get_node_info_description("<your_node>")
Similarly you can import rostopic
A quick way to see the elements available is:
>>> import rostopic
>>> print(getmembers(rostopic, isfunction))
5 | No.5 Revision |
The command line tool
rostopicrosnode info /<your_node>
will give you the information you are after. Try embedding that
Alternatively you can import the python tool:
>>> import rosnode
>>> print(rosnode.get_node_info_description("<your_node>")
Similarly you can import rostopic
A quick way to see the elements available is:
>>> import rostopic
>>> print(getmembers(rostopic, isfunction))
6 | No.6 Revision |
The command line tool
rosnode info /<your_node>
will give you the information you are after. Try embedding that
Alternatively you can import the python tool:it through python:
>>> import rosnode
>>> print(rosnode.get_node_info_description("<your_node>")
Similarly you can import rostopic
A quick way to see the elements available member functions is:
>>> import rostopic
>>> print(getmembers(rostopic, isfunction))
7 | No.7 Revision |
The command line tool
rosnode info /<your_node>
will give you the information you are after. Try embedding that
Alternatively You can embed that or alternatively you can import it through python:
>>> import rosnode
>>> print(rosnode.get_node_info_description("<your_node>")
Similarly you can import rostopic
A quick way to see the member functions is:
>>> import rostopic
>>> print(getmembers(rostopic, isfunction))
8 | No.8 Revision |
The command line tool
rosnode info /<your_node>
will give you the information you are after. You can embed that or alternatively you can import it through python:
>>> import rosnode
>>> # print(rosnode.get_node_info_description("<your_node>")
>>> print(rosnode.get_node_info_description("/laser_assembler")) # Example from my current project
Node [/laser_assembler]
Publications:
* /rosout [rosgraph_msgs/Log]
Subscriptions:
* /bogus [unknown type]
* /laser_scan [sensor_msgs/LaserScan]
* /tf [tf2_msgs/TFMessage]
* /tf_static [tf2_msgs/TFMessage]
Services:
* /assemble_scans
* /assemble_scans2
* /build_cloud
* /build_cloud2
* /laser_assembler/get_loggers
* /laser_assembler/set_logger_level
Similarly you can import rostopic
A quick way to see the member functions is:
>>> import rostopic
>>> print(getmembers(rostopic, isfunction))
9 | No.9 Revision |
The command line tool
rosnode info /<your_node>
will give you the information you are after. You can embed that or alternatively you can import it through python:python as you are doing:
>>> import rosnode
>>> # print(rosnode.get_node_info_description("<your_node>")
>>> print(rosnode.get_node_info_description("/laser_assembler")) # Example from my current project
Node [/laser_assembler]
Publications:
* /rosout [rosgraph_msgs/Log]
Subscriptions:
* /bogus [unknown type]
* /laser_scan [sensor_msgs/LaserScan]
* /tf [tf2_msgs/TFMessage]
* /tf_static [tf2_msgs/TFMessage]
Services:
* /assemble_scans
* /assemble_scans2
* /build_cloud
* /build_cloud2
* /laser_assembler/get_loggers
* /laser_assembler/set_logger_level
Similarly you can import rostopic
A quick way to see the member functions is:
>>> import rostopic
>>> print(getmembers(rostopic, isfunction))