-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.xml
44 lines (37 loc) · 1.68 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
<?xml version="1.0"?>
<package>
<name>naoqi_dcm_driver</name>
<version>0.0.3</version>
<description>Package containing the hardware interface to connect to Nao, Romeo, or Pepper robots.</description>
<author email="[email protected]">Konstantinos Chatzilygeroudis</author>
<author email="[email protected]">Mikael Arguedas</author>
<author email="[email protected]">Karsten Knese</author>
<author email="[email protected]">Natalia Lyubova</author>
<maintainer email="[email protected]">Natalia Lyubova</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/ros-naoqi/naoqi_dcm_driver</url>
<url type="bugtracker">https://github.com/ros-naoqi/naoqi_dcm_driver/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>controller_manager</build_depend>
<build_depend>hardware_interface</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>naoqi_libqi</build_depend>
<build_depend>naoqi_libqicore</build_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>controller_manager</run_depend>
<run_depend>hardware_interface</run_depend>
<run_depend>tf</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>naoqi_libqi</run_depend>
<run_depend>naoqi_libqicore</run_depend>
</package>