-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.xml
49 lines (41 loc) · 1.83 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
<?xml version="1.0"?>
<package format="3">
<name>naoqi_driver</name>
<version>2.1.1</version>
<description>Driver module between Aldebaran's NAOqiOS and ROS2. 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]">Victor Paléologue</maintainer>
<maintainer email="[email protected]">Marine Chamoux</maintainer>
<maintainer email="[email protected]">Maxime Busy</maintainer>
<maintainer email="[email protected]">Surya Ambrose</maintainer>
<maintainer email="[email protected]">Karsten Knese</maintainer>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<depend>action_msgs</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>kdl_parser</depend>
<depend version_gte="2.0.0">naoqi_bridge_msgs</depend>
<depend>naoqi_libqi</depend>
<depend>naoqi_libqicore</depend>
<depend>robot_state_publisher</depend>
<depend>tf2_ros</depend>
<depend>boost</depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>tf2_msgs</build_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<conflict>nao_driver</conflict>
<conflict>naoqi_rosbridge</conflict>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>