Skip to content

Commit

Permalink
Add package.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Feb 24, 2024
1 parent 4726a53 commit bea9c22
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<package format="2">
<name>sdformat14</name>
<version>14.0.0</version>
<description>SDFormat is an XML file format that describes environments, objects, and robots
in a manner suitable for robotic applications</description>

<maintainer email="[email protected]">Addisu Z. Taddese</maintainer>
<maintainer email="[email protected]">Steve Peters</maintainer>


<license>Apache License 2.0</license>

<url type="website">https://github.com/gazebosim/sdformat</url>

<buildtool_depend>cmake</buildtool_depend>
<build_depend>gz-cmake3</build_depend>
<depend>gz-math7</depend>
<depend>gz-utils2</depend>
<depend>tinyxml2</depend>
<depend>liburdfdom-dev</depend>
<depend>pybind11-dev</depend>

<exec_depend>gz-tools2</exec_depend>

<test_depend>libxml2-utils</test_depend>
<test_depend>python3-psutil</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit bea9c22

Please sign in to comment.