-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
32 lines (24 loc) · 882 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
23
24
25
26
27
28
29
30
31
32
<package format="2">
<name>uwv_control</name>
<version>1.0.0</version>
<description>
Contains files related to controlling the underwater vehicle.
It is the main ROS package from which launch files realted to testing and final
implementation are executed.
</description>
<author email="auv.society@iiitdm.ac.in">Mayank N. Mehta</author>
<maintainer email="auv.society@iiitdm.ac.in">Mayank N. Mehta</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>gazebo_ros</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>cv_bridge</depend>
<!-- <depend>darknet_ros_msgs</depend> -->
<exec_depend>uwv_description</exec_depend>
<exec_depend>uwv_env</exec_depend>
</package>