Add 'ros2trace/' from commit '9eb99e7d9d
'
git-subtree-dir: ros2trace git-subtree-mainline:c9d2f35887
git-subtree-split:9eb99e7d9d
This commit is contained in:
commit
ffd1faa1f7
11 changed files with 204 additions and 0 deletions
25
ros2trace/package.xml
Normal file
25
ros2trace/package.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?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>ros2trace</name>
|
||||
<version>0.0.1</version>
|
||||
<description>
|
||||
The trace command for ROS 2 command line tools.
|
||||
</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<license>TODO</license>
|
||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||
|
||||
<depend>ros2cli</depend>
|
||||
<depend>tracetools_trace</depend>
|
||||
|
||||
<test_depend>ament_copyright</test_depend>
|
||||
<test_depend>ament_flake8</test_depend>
|
||||
<test_depend>ament_pep257</test_depend>
|
||||
<test_depend>ament_xmllint</test_depend>
|
||||
<test_depend>python3-pytest</test_depend>
|
||||
|
||||
<export>
|
||||
<build_type>ament_python</build_type>
|
||||
</export>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue