forked from chili-epfl/attention-tracker
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.xml
25 lines (21 loc) · 834 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
<?xml version="1.0"?>
<package>
<name>gazr</name>
<version>1.0.0</version>
<description>Assess in real time the user's attention focus to compute a level of engagement</description>
<maintainer email="severin.lemaignan@plymouth.ac.uk">Séverin Lemaignan</maintainer>
<license>BSD</license>
<author>Séverin Lemaignan</author>
<author>Alexis Jacq</author>
<author>Fernando Garcia</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>image_geometry</build_depend>
<run_depend>tf</run_depend>
</package>