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

Revision history [back]

click to hide/show revision 1
initial version

YAML is a standard used by many software packages, so it's described in many sites. The official site is here: http://www.yaml.org/

There's a short list of examples in the ROS wiki.

I found this online parser to be quite helpful; you can quickly check to see if your YAML snippets will be parsed correctly.