forked from nasa/astrobee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
43 lines (43 loc) · 1.39 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<package>
<name>astrobee_gazebo</name>
<version>0.0.0</version>
<description>
Gazebo plugins for the Astrobee simulator
</description>
<license>
Apache License, Version 2.0
</license>
<author email="[email protected]">
Astrobee Flight Software
</author>
<maintainer email="[email protected]">
Astrobee Flight Software
</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>tf2_msgs</build_depend>
<build_depend>tf2_eigen</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>ff_msgs</build_depend>
<build_depend>ff_hw_msgs</build_depend>
<build_depend>ff_util</build_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>tf2</run_depend>
<run_depend>tf2_ros</run_depend>
<run_depend>tf2_msgs</run_depend>
<run_depend>tf2_eigen</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>ff_msgs</run_depend>
<run_depend>ff_hw_msgs</run_depend>
<run_depend>ff_util</run_depend>
<export>
<gazebo_ros plugin_path="${prefix}/lib"/>
<gazebo_ros gazebo_model_path="${prefix}/../description/media"/>
</export>
</package>