ROS: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 19: | Line 19: | ||
* [http://wiki.ros.org/Parameter%20Server Parameter]: a key in the global configuration dictionary | * [http://wiki.ros.org/Parameter%20Server Parameter]: a key in the global configuration dictionary | ||
** XMLRPC data types | ** XMLRPC data types | ||
* [http://wiki.ros.org/Bags Bag]: a recorded/pregenerated set of messages that can be replayed | |||
==Names== | ==Names== | ||
| Line 38: | Line 39: | ||
* [http://wiki.ros.org/rosnode rosnode]: manage running nodes | * [http://wiki.ros.org/rosnode rosnode]: manage running nodes | ||
** <code>rosnode list</code> lists running nodes | ** <code>rosnode list</code> lists running nodes | ||
** <code> | ** <code>rosnode info</code> displays information about a running node | ||
* [http://wiki.ros.org/rostopic rostopic]: interact with topics using YAML | * [http://wiki.ros.org/rostopic rostopic]: interact with topics using YAML | ||
** <code>rostopic list</code> will list active topics on a running rosmaster | ** <code>rostopic list</code> will list active topics on a running rosmaster | ||