-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.xml
21 lines (19 loc) · 864 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package format="2">
<name>termviz</name>
<version>0.1.0</version>
<description>Terminal RVIZ</description>
<author email="[email protected]">Carsten Zumsande</author>
<maintainer email="[email protected]">Carsten Zumsande</maintainer>
<maintainer email="[email protected]">Emanuele Palazzolo</maintainer>
<maintainer email="[email protected]">Michael Maerz</maintainer>
<url type="repository">https://github.com/carzum/termviz</url>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>tf2_msgs</build_depend>
<build_depend>cargo</build_depend>
</package>