-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
31 lines (27 loc) · 1.06 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
<?xml version="1.0"?>
<package>
<name>husky_pid</name>
<version>0.1.0</version>
<description>The husky_pid package</description>
<license>Amazon Software License</license>
<maintainer email="[email protected]">Adi Singh</maintainer>
<url type="website">https://aws.amazon.com/robomaker/</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>husky_gazebo</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>husky_gazebo</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<export>
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}" gazebo_model_path="${prefix}/models"/>
</export>
</package>