Change repo URL to GitHub & default branch to rolling (#2)
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
This commit is contained in:
parent
42ec45f5da
commit
f1e1500862
6 changed files with 14 additions and 16 deletions
|
@ -3,7 +3,7 @@ variables:
|
||||||
PACKAGES_LIST: tracetools_analysis ros2trace_analysis
|
PACKAGES_LIST: tracetools_analysis ros2trace_analysis
|
||||||
BASE_IMAGE_ID: registry.gitlab.com/ros-tracing/ci_base
|
BASE_IMAGE_ID: registry.gitlab.com/ros-tracing/ci_base
|
||||||
DISTRO: rolling
|
DISTRO: rolling
|
||||||
ROS2TRACING_BRANCH: master
|
ROS2TRACING_BRANCH: rolling
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -78,7 +78,5 @@ trigger_gen_docs:
|
||||||
stage: report
|
stage: report
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- rolling
|
||||||
- galactic
|
|
||||||
- foxy
|
|
||||||
trigger: ros-tracing/tracetools_analysis-api
|
trigger: ros-tracing/tracetools_analysis-api
|
||||||
|
|
12
README.md
12
README.md
|
@ -1,15 +1,15 @@
|
||||||
# tracetools_analysis
|
# tracetools_analysis
|
||||||
|
|
||||||
[](https://gitlab.com/ros-tracing/tracetools_analysis/commits/master)
|
<!-- [](https://github.com/ros-tracing/tracetools_analysis/actions/workflows/test.yml) -->
|
||||||
[](https://codecov.io/gl/ros-tracing/tracetools_analysis)
|
[](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
|
## 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
|
### Commands
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ $ pip3 install bokeh
|
||||||
|
|
||||||
## Design
|
## 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
|
## Packages
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
<url type="website">https://index.ros.org/p/ros2trace_analysis/</url>
|
<url type="website">https://index.ros.org/p/ros2trace_analysis/</url>
|
||||||
<url type="repository">https://gitlab.com/ros-tracing/tracetools_analysis</url>
|
<url type="repository">https://github.com/ros-tracing/tracetools_analysis</url>
|
||||||
<url type="bugtracker">https://gitlab.com/ros-tracing/tracetools_analysis/-/issues</url>
|
<url type="bugtracker">https://github.com/ros-tracing/tracetools_analysis/issues</url>
|
||||||
<author email="christophe.bedard@apex.ai">Christophe Bedard</author>
|
<author email="christophe.bedard@apex.ai">Christophe Bedard</author>
|
||||||
|
|
||||||
<depend>ros2cli</depend>
|
<depend>ros2cli</depend>
|
||||||
|
|
|
@ -22,7 +22,7 @@ setup(
|
||||||
),
|
),
|
||||||
author='Christophe Bedard',
|
author='Christophe Bedard',
|
||||||
author_email='christophe.bedard@apex.ai',
|
author_email='christophe.bedard@apex.ai',
|
||||||
url='https://gitlab.com/ros-tracing/tracetools_analysis',
|
url='https://github.com/ros-tracing/tracetools_analysis',
|
||||||
keywords=[],
|
keywords=[],
|
||||||
description='The trace-analysis command for ROS 2 command line tools.',
|
description='The trace-analysis command for ROS 2 command line tools.',
|
||||||
long_description=(
|
long_description=(
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
<url type="website">https://index.ros.org/p/tracetools_analysis/</url>
|
<url type="website">https://index.ros.org/p/tracetools_analysis/</url>
|
||||||
<url type="repository">https://gitlab.com/ros-tracing/tracetools_analysis</url>
|
<url type="repository">https://github.com/ros-tracing/tracetools_analysis</url>
|
||||||
<url type="bugtracker">https://gitlab.com/ros-tracing/tracetools_analysis/-/issues</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="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</author>
|
||||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ setup(
|
||||||
'fixed-term.christophe.bourquebedard@de.bosch.com, '
|
'fixed-term.christophe.bourquebedard@de.bosch.com, '
|
||||||
'ingo.luetkebohle@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=[],
|
keywords=[],
|
||||||
description='Tools for analysing trace data.',
|
description='Tools for analysing trace data.',
|
||||||
long_description=(
|
long_description=(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue