gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
164 stars 92 forks source link

A first/second tutorial #159

Open osrf-migration opened 7 years ago

osrf-migration commented 7 years ago

Original report (archived issue) by stonier-tri (Bitbucket: stonier-tri).


As discussed with @caguero - it would be great to have a couple of introductory tutorials on the web site that demonstrate how to build an sdf and then parse it with the c++ api.

osrf-migration commented 7 years ago

Original comment by stonier-tri (Bitbucket: stonier-tri).


osrf-migration commented 7 years ago

Original comment by stonier-tri (Bitbucket: stonier-tri).


  1. Build a non-trivial, but not too complex sdf - double pendulum is a meaningful example (e.g. urdf.
  2. Write a simple program (or use one) that loads and validates the sdf from 1 (e.g. using this api (#157)).
  3. Write a simple program that loads and parses the sdf with the c++ api, pretty printing some details to the screen.
osrf-migration commented 7 years ago

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).