forked from nasa/astrobee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
53 lines (53 loc) · 1.77 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
44
45
46
47
48
49
50
51
52
53
<?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>tf2_geometry_msgs</build_depend>
<build_depend>ff_util</build_depend>
<build_depend>pmc</build_depend>
<build_depend>camera</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>jsonloader</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>tf2_geometry_msgs</run_depend>
<run_depend>ff_util</run_depend>
<run_depend>pmc</run_depend>
<run_depend>camera</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>jsonloader</run_depend>
<export>
<gazebo_ros plugin_path="${prefix}/lib"/>
<gazebo_ros gazebo_model_path="${prefix}/../description/media"/>
</export>
</package>