-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (27 loc) · 992 Bytes
/
package.xml
File metadata and controls
27 lines (27 loc) · 992 Bytes
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>physical_ai_server</name>
<version>0.8.2</version>
<description>
ROS 2 package for Open Platform AI Kit integration
</description>
<maintainer email="pyo@robotis.com">Pyo</maintainer>
<license>Apache 2.0</license>
<author email="kdy@robotis.com">Dongyun Kim</author>
<author email="kimsw@robotis.com">Seongwoo Kim</author>
<depend>rclpy</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>physical_ai_interfaces</depend>
<depend>message_filters</depend>
<depend>cv_bridge</depend>
<depend>trajectory_msgs</depend>
<depend>rosbag_recorder</depend>
<exec_depend>web_video_server</exec_depend>
<exec_depend>rosbridge_suite</exec_depend>
<exec_depend>image_transport_plugins</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>