Extract tracetools_trace from tracetools_analysis
This commit is contained in:
commit
1a6c16687e
8 changed files with 318 additions and 0 deletions
17
package.xml
Normal file
17
package.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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_trace</name>
|
||||
<version>0.1.0</version>
|
||||
<description>Tools for setting up tracing sessions</description>
|
||||
|
||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||
<author email="bedard.christophe@gmail.com">Christophe Bedard</author>
|
||||
<license>GPLv3</license>
|
||||
|
||||
<!-- TODO add python3-lttng? -->
|
||||
|
||||
<export>
|
||||
<build_type>ament_python</build_type>
|
||||
</export>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue