-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
22 lines (19 loc) · 887 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>makerspet_snoopy</name>
<version>0.0.0</version>
<description>Maker's Pet Snoopy pet robot compatible with Kaia.ai software platform</description>
<maintainer email="[email protected]">Ilia O.</maintainer>
<license>Apache 2.0</license>
<url type="website">http://makerspet.com</url>
<url type="repository">https://github.com/makerspet/makerspet_snoopy</url>
<url type="bugtracker">https://github.com/makerspet/makerspet_snoopy/issues</url>
<author email="[email protected]">Ilia O.</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>urdf</depend>
<export>
<build_type>ament_cmake</build_type>
<gazebo_ros gazebo_model_path="${prefix}/sdf"/>
</export>
</package>