Merge branch '0.2.11' into 'master'
Version 0.2.11 See merge request micro-ROS/ros_tracing/ros2_tracing!117
This commit is contained in:
commit
816b39d170
15 changed files with 36 additions and 10 deletions
|
@ -2,6 +2,11 @@
|
|||
Changelog for package ros2trace
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.11 (2019-12-09)
|
||||
-------------------
|
||||
* Remove duplicated code for trace command
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.10 (2019-11-17)
|
||||
-------------------
|
||||
* Make printing list of enabled events more readable
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?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.2.10</version>
|
||||
<version>0.2.11</version>
|
||||
<description>The trace command for ROS 2 command line tools.</description>
|
||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'ros2trace'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.10',
|
||||
version='0.2.11',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?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.2.10</version>
|
||||
<version>0.2.11</version>
|
||||
<description>Tracing wrapper for ROS 2.</description>
|
||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package tracetools_launch
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.11 (2019-12-09)
|
||||
-------------------
|
||||
* Register Python packages in the ament index
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.7 (2019-09-09)
|
||||
------------------
|
||||
* Fix missing ament_xmllint dependency
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools_launch</name>
|
||||
<version>0.2.10</version>
|
||||
<version>0.2.11</version>
|
||||
<description>Launch integration for tracing.</description>
|
||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||
|
|
|
@ -7,7 +7,7 @@ package_name = 'tracetools_launch'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.10',
|
||||
version='0.2.11',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package tracetools_read
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.11 (2019-12-09)
|
||||
-------------------
|
||||
* Register Python packages in the ament index
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.8 (2019-10-14)
|
||||
------------------
|
||||
* Add is_trace_directory() util function
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools_read</name>
|
||||
<version>0.2.10</version>
|
||||
<version>0.2.11</version>
|
||||
<description>Tools for reading traces.</description>
|
||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_read'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.10',
|
||||
version='0.2.11',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
Changelog for package tracetools_test
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.11 (2019-12-09)
|
||||
-------------------
|
||||
* Fix working directory for tracetools_test Python tests
|
||||
* Fix version regex to support multi-digit numbers
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.10 (2019-11-17)
|
||||
-------------------
|
||||
* Update tests after new intra-process communications
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools_test</name>
|
||||
<version>0.2.10</version>
|
||||
<version>0.2.11</version>
|
||||
<description>Testing utilities and tests for the tracetools package.</description>
|
||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package tracetools_trace
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.11 (2019-12-09)
|
||||
-------------------
|
||||
* Register Python packages in the ament index
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.10 (2019-11-17)
|
||||
-------------------
|
||||
* Make printing list of enabled events more readable
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?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.2.10</version>
|
||||
<version>0.2.11</version>
|
||||
<description>Tools for setting up tracing sessions.</description>
|
||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_trace'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.10',
|
||||
version='0.2.11',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue