-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
28 lines (25 loc) · 981 Bytes
/
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>clpe</name>
<version>0.1.0</version>
<description>clpe sdk</description>
<license>Apache License 2.0</license>
<author>Can-lab Corporation</author>
<maintainer email="[email protected]">Dongwoo Sun</maintainer>
<maintainer email="[email protected]">Taejung Kim</maintainer>
<depend>sudo</depend>
<depend>iputils-ping</depend>
<depend>network-manager</depend>
<depend>net-tools</depend>
<depend>procps</depend>
<depend>kmod</depend>
<depend>libgstreamer-plugins-base1.0-0</depend>
<build_depend>libgstreamer-plugins-base1.0-dev</build_depend>
<build_depend>pkgconf</build_depend>
<build_depend>ament_cmake</build_depend>
<buildtool_depend>python3-colcon-common-extensions</buildtool_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>