took the tracetools_read and tracetools_trace from upstream (rolling)

This commit is contained in:
Niklas Halle 2025-05-20 16:27:27 +02:00
parent e8637c9043
commit 1b96054945
25 changed files with 1555 additions and 438 deletions

View file

@ -5,7 +5,7 @@ package_name = 'tracetools_read'
setup(
name=package_name,
version='1.0.6',
version='8.7.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
@ -23,7 +23,7 @@ setup(
),
author='Christophe Bedard',
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
url='https://gitlab.com/ros-tracing/ros2_tracing',
url='https://github.com/ros2/ros2_tracing',
keywords=[],
description='Tools for reading traces.',
license='Apache 2.0',