-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
30 lines (26 loc) · 1.01 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
<package format="2">
<name>awareness_detector</name>
<version>0.0.0</version>
<description>The awareness detector package</description>
<maintainer email="[email protected]">Markus Hofbauer</maintainer>
<author email="[email protected]">Markus Hofbauer</author>
<license>MIT</license>
<url type="website">https://github.com/hofbi/driver-awareness</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>geometry_msgs</depend>
<depend>carla_msgs</depend>
<depend>driver_awareness_msgs</depend>
<depend>sensor_msgs</depend>
<build_depend>roslaunch</build_depend>
<exec_depend>gaze_detector</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend>rospkg</exec_depend>
<exec_depend>rosbag</exec_depend>
<exec_depend>image_geometry</exec_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>telecarla_manual_control</exec_depend>
<test_depend>rosunit</test_depend>
<export>
</export>
</package>