-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (20 loc) · 816 Bytes
/
package.xml
File metadata and controls
23 lines (20 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package format="3">
<name>neo_srvs2</name>
<version>0.1.0</version>
<description>ROS2-Services for Neobotix mobile Robots</description>
<license>LGPL</license>
<maintainer email="ros@neobotix.de">Neobotix</maintainer>
<license>BSD</license>
<url type="website">http://www.neobotix-robots.com</url>
<author>Pradheep Krishna Padmanabhan</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<buildtool_depend>neo_msgs2</buildtool_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<!-- Other tools can request additional information be placed here -->
<build_type>ament_cmake</build_type>
</export>
</package>