This repository has been archived by the owner on May 24, 2019. It is now read-only.
forked from ros-naoqi/naoqi_driver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
51 lines (46 loc) · 2.14 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
45
46
47
48
49
50
51
<?xml version="1.0"?>
<package>
<name>naoqi_driver</name>
<version>0.5.10</version>
<description>Driver module between Aldebaran's NAOqiOS and ROS. It publishes all sensor and actuator data as well as basic diagnostic for battery, temperature. It subscribes also to RVIZ simple goal and cmd_vel for teleop.</description>
<author>Karsten Knese</author>
<maintainer email="[email protected]">Marine Chamoux</maintainer>
<maintainer email="[email protected]">Surya Ambrose</maintainer>
<maintainer email="[email protected]">Karsten Knese</maintainer>
<maintainer email="[email protected]">Natalia Lyubova</maintainer>
<license>BSD</license>
<build_depend>boost</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>kdl_parser</build_depend>
<build_depend version_gte="0.0.4">naoqi_bridge_msgs</build_depend>
<build_depend>naoqi_libqi</build_depend>
<build_depend>naoqi_libqicore</build_depend>
<build_depend>orocos_kdl</build_depend>
<build_depend>robot_state_publisher</build_depend>
<build_depend>rosbag_storage</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>rosgraph_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>tf2_msgs</build_depend>
<build_depend>tf2_ros</build_depend>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>boost</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>kdl_parser</run_depend>
<run_depend version_gte="0.0.4">naoqi_bridge_msgs</run_depend>
<run_depend>naoqi_libqi</run_depend>
<run_depend>naoqi_libqicore</run_depend>
<run_depend>orocos_kdl</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>rosbag_storage</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>tf2_ros</run_depend>
<conflict>nao_driver</conflict>
<conflict>naoqi_rosbridge</conflict>
</package>