20 lines
684 B
XML
20 lines
684 B
XML
![]() |
<?xml version="1.0"?>
|
||
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||
|
<package format="2">
|
||
|
<name>tracetools</name>
|
||
|
<version>0.0.1</version>
|
||
|
<description>ROS 2 wrapper for instrumentation</description>
|
||
|
<author email="bedard.christophe@gmail.com">Christophe Bedard</author>
|
||
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||
|
<license>APLv2</license>
|
||
|
|
||
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
||
|
<buildtool_depend>pkg-config</buildtool_depend>
|
||
|
|
||
|
<!-- explicitly not depending on LTTng -->
|
||
|
|
||
|
<export>
|
||
|
<build_type>ament_cmake</build_type>
|
||
|
</export>
|
||
|
</package>
|