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

How to properly write yaml file for ros control

asked 2017-01-06 17:41:21 -0500

dinesh gravatar image

updated 2017-01-06 18:10:27 -0500

Isn't their any tutorial to write exactly the syntax/rules to write a yaml file for ros controller launch. I am dealing with this type of files first time, and i didn't found tutorial for this yaml file like urdf, sdf, launch and all others. Although by studying the pre existing yaml file i can learn how to make them again, but isn't their any rules to write this file like urdf files?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-01-07 23:29:49 -0500

clyde gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-01-06 17:41:21 -0500

Seen: 1,816 times

Last updated: Jan 07 '17