Skip to content

Commit

Permalink
Add package.xml for ROS2
Browse files Browse the repository at this point in the history
This allows the package to be used in a ROS2 workspace (compiled with
colcon).
  • Loading branch information
Rayman authored and dtrugman committed Dec 5, 2024
1 parent a16e95f commit f0108fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>pfs</name>
<version>0.0.0</version>
<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>
<maintainer email="[email protected]">Daniel Trugman</maintainer>
<author email="[email protected]">Daniel Trugman</author>
<license>Apache-2.0</license>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit f0108fd

Please sign in to comment.