Change repo URL to GitHub & default branch to rolling (#2)

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
This commit is contained in:
Christophe Bedard 2023-01-30 11:21:55 -08:00 committed by GitHub
parent 42ec45f5da
commit f1e1500862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 16 deletions

View file

@ -3,7 +3,7 @@ variables:
PACKAGES_LIST: tracetools_analysis ros2trace_analysis
BASE_IMAGE_ID: registry.gitlab.com/ros-tracing/ci_base
DISTRO: rolling
ROS2TRACING_BRANCH: master
ROS2TRACING_BRANCH: rolling
stages:
- build
@ -78,7 +78,5 @@ trigger_gen_docs:
stage: report
only:
refs:
- master
- galactic
- foxy
- rolling
trigger: ros-tracing/tracetools_analysis-api

View file

@ -1,15 +1,15 @@
# tracetools_analysis
[![pipeline status](https://gitlab.com/ros-tracing/tracetools_analysis/badges/master/pipeline.svg)](https://gitlab.com/ros-tracing/tracetools_analysis/commits/master)
[![codecov](https://codecov.io/gl/ros-tracing/tracetools_analysis/branch/master/graph/badge.svg)](https://codecov.io/gl/ros-tracing/tracetools_analysis)
<!-- [![GitHub CI](https://github.com/ros-tracing/tracetools_analysis/actions/workflows/test.yml/badge.svg?branch=rolling)](https://github.com/ros-tracing/tracetools_analysis/actions/workflows/test.yml) -->
[![codecov](https://codecov.io/gh/ros-tracing/tracetools_analysis/branch/rolling/graph/badge.svg)](https://codecov.io/gh/ros-tracing/tracetools_analysis)
Analysis tools for [ROS 2 tracing](https://gitlab.com/ros-tracing/ros2_tracing).
Analysis tools for [`ros2_tracing`](https://github.com/ros2/ros2_tracing).
**Note**: make sure to use the right branch, depending on the ROS 2 distro: [use `master` for Rolling, `galactic` for Galactic, etc.](https://docs.ros.org/en/rolling/Contributing/Developer-Guide.html#branches)
**Note**: make sure to use the right branch, depending on the ROS 2 distro: [use `rolling` for Rolling, `humble` for Humble, etc.](https://docs.ros.org/en/rolling/The-ROS2-Project/Contributing/Developer-Guide.html)
## Trace analysis
After generating a trace (see [`ros2_tracing`](https://gitlab.com/ros-tracing/ros2_tracing#tracing)), we can analyze it to extract useful execution data.
After generating a trace (see [`ros2_tracing`](https://github.com/ros2/ros2_tracing#tracing)), we can analyze it to extract useful execution data.
### Commands
@ -84,7 +84,7 @@ $ pip3 install bokeh
## Design
See the [`ros2_tracing` design document](https://gitlab.com/ros-tracing/ros2_tracing/blob/master/doc/design_ros_2.md), especially the [*Goals and requirements*](https://gitlab.com/ros-tracing/ros2_tracing/blob/master/doc/design_ros_2.md#goals-and-requirements) and [*Analysis*](https://gitlab.com/ros-tracing/ros2_tracing/blob/master/doc/design_ros_2.md#analysis) sections.
See the [`ros2_tracing` design document](https://github.com/ros2/ros2_tracing/blob/master/doc/design_ros_2.md), especially the [*Goals and requirements*](https://github.com/ros2/ros2_tracing/blob/master/doc/design_ros_2.md#goals-and-requirements) and [*Analysis*](https://github.com/ros2/ros2_tracing/blob/master/doc/design_ros_2.md#analysis) sections.
## Packages

View file

@ -7,8 +7,8 @@
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<license>Apache 2.0</license>
<url type="website">https://index.ros.org/p/ros2trace_analysis/</url>
<url type="repository">https://gitlab.com/ros-tracing/tracetools_analysis</url>
<url type="bugtracker">https://gitlab.com/ros-tracing/tracetools_analysis/-/issues</url>
<url type="repository">https://github.com/ros-tracing/tracetools_analysis</url>
<url type="bugtracker">https://github.com/ros-tracing/tracetools_analysis/issues</url>
<author email="christophe.bedard@apex.ai">Christophe Bedard</author>
<depend>ros2cli</depend>

View file

@ -22,7 +22,7 @@ setup(
),
author='Christophe Bedard',
author_email='christophe.bedard@apex.ai',
url='https://gitlab.com/ros-tracing/tracetools_analysis',
url='https://github.com/ros-tracing/tracetools_analysis',
keywords=[],
description='The trace-analysis command for ROS 2 command line tools.',
long_description=(

View file

@ -8,8 +8,8 @@
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
<license>Apache 2.0</license>
<url type="website">https://index.ros.org/p/tracetools_analysis/</url>
<url type="repository">https://gitlab.com/ros-tracing/tracetools_analysis</url>
<url type="bugtracker">https://gitlab.com/ros-tracing/tracetools_analysis/-/issues</url>
<url type="repository">https://github.com/ros-tracing/tracetools_analysis</url>
<url type="bugtracker">https://github.com/ros-tracing/tracetools_analysis/issues</url>
<author email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</author>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>

View file

@ -32,7 +32,7 @@ setup(
'fixed-term.christophe.bourquebedard@de.bosch.com, '
'ingo.luetkebohle@de.bosch.com'
),
url='https://gitlab.com/ros-tracing/tracetools_analysis',
url='https://github.com/ros-tracing/tracetools_analysis',
keywords=[],
description='Tools for analysing trace data.',
long_description=(