Skip to content

Simulation Description Format (SDF) parser and description files.

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
COPYING
Notifications You must be signed in to change notification settings

EricCousineau-TRI/sdformat

 
 

Repository files navigation

sdformat

SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications. SDFormat is capable of representing and describing different physic engines, lighting properties, terrain, static or dynamic objects, and articulated robots with various sensors, and acutators. The format of SDFormat is also described by XML, which facilitates updates and allows conversion from previous versions.

  • SDFormat - The specification.
    • SDF - Synonym for SDFormat, though SDFormat should be preferred, as "SDF" is an acronym with other meanings.
  • libsdformat - The C++ parsing code contained within this repository, which can be used to read SDFormat files and return a C++ interface.

Test coverage:

codecov

Installation

Standard installation can be performed in UNIX systems using the following steps:

  • mkdir build/
  • cd build/
  • cmake ..
  • sudo make install

sdformat supported cmake parameters at configuring time:

  • USE_INTERNAL_URDF (bool) [default False] Use an internal copy of urdfdom 1.0.0 instead of look for one installed in the system
  • USE_UPSTREAM_CFLAGS (bool) [default True] Use the sdformat team compilation flags instead of the common set defined by cmake.

Uninstallation

To uninstall the software installed with the previous steps:

  • cd build/
  • sudo make uninstall

About

Simulation Description Format (SDF) parser and description files.

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.2%
  • CMake 2.4%
  • C 0.5%
  • Ruby 0.5%
  • Python 0.1%
  • Hack 0.1%
  • Other 0.2%