Skip to content

Commit f0108fd

Browse files
Raymandtrugman
authored andcommitted
Add package.xml for ROS2
This allows the package to be used in a ROS2 workspace (compiled with colcon).
1 parent a16e95f commit f0108fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: package.xml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>pfs</name>
5+
<version>0.0.0</version>
6+
<description>Production grade, very easy to use, procfs parsing library in C++. Used in production by S&amp;P 500 tech companies and startups!</description>
7+
<maintainer email="[email protected]">Daniel Trugman</maintainer>
8+
<author email="[email protected]">Daniel Trugman</author>
9+
<license>Apache-2.0</license>
10+
11+
<export>
12+
<build_type>cmake</build_type>
13+
</export>
14+
</package>

0 commit comments

Comments
 (0)