Skip to content

Commit ea7df9d

Browse files
Change repo URL to GitHub & default branch to rolling (#3)
And update other relevant links Signed-off-by: Christophe Bedard <[email protected]>
1 parent 1c9262b commit ea7df9d

File tree

23 files changed

+44
-45
lines changed

23 files changed

+44
-45
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,5 @@ trigger_gen_docs:
130130
stage: report
131131
only:
132132
refs:
133-
- master
134-
- foxy
133+
- rolling
135134
trigger: ros-tracing/ros2_tracing-api

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ros2_tracing
22

3-
[![pipeline status](https://gitlab.com/ros-tracing/ros2_tracing/badges/master/pipeline.svg)](https://gitlab.com/ros-tracing/ros2_tracing/commits/master)
4-
[![codecov](https://codecov.io/gl/ros-tracing/ros2_tracing/branch/master/graph/badge.svg)](https://codecov.io/gl/ros-tracing/ros2_tracing)
3+
[![GitHub CI](https://github.com/ros2/ros2_tracing/actions/workflows/test.yml/badge.svg?branch=rolling)](https://github.com/ros2/ros2_tracing/actions/workflows/test.yml)
4+
[![codecov](https://codecov.io/gh/ros2/ros2_tracing/branch/rolling/graph/badge.svg)](https://codecov.io/gh/ros2/ros2_tracing)
55

66
Tracing tools for ROS 2.
77

@@ -13,7 +13,7 @@ It also provides [tools to configure tracing](#tracing) through [a launch action
1313
`ros2_tracing` currently only supports the [LTTng](https://lttng.org/) tracer.
1414
Consequently, it currently only supports Linux.
1515

16-
**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)
16+
**Note**: make sure to use the right branch, depending on the ROS 2 distro: [use `rolling` for Rolling, `galactic` for Galactic, etc.](https://docs.ros.org/en/rolling/The-ROS2-Project/Contributing/Developer-Guide.html#branches)
1717

1818
## Publications & presentations
1919

@@ -38,9 +38,9 @@ If you use or refer to `ros2_tracing`, please cite:
3838
```
3939
</details>
4040

41-
Also, check out the ROS World 2021 presentation titled "Tracing ROS 2 with ros2_tracing" ([video](https://vimeo.com/652633418), [slides](https://gitlab.com/ros-tracing/ros2_tracing/-/raw/master/doc/2021-10-20_ROS_World_2021_-_Tracing_ROS_2_with_ros2_tracing.pdf)).
41+
Also, check out the ROS World 2021 presentation titled "Tracing ROS 2 with ros2_tracing" ([video](https://vimeo.com/652633418), [slides](https://github.com/ros2/ros2_tracing/blob/rolling/doc/2021-10-20_ROS_World_2021_-_Tracing_ROS_2_with_ros2_tracing.pdf)).
4242
Reference:
43-
* C. Bédard, "Tracing ROS 2 with ros2_tracing," in *ROS World 2021*. Open Robotics, October 2021. [Online]. Available: https://vimeo.com/652633418, [(pdf)](https://gitlab.com/ros-tracing/ros2_tracing/-/raw/master/doc/2021-10-20_ROS_World_2021_-_Tracing_ROS_2_with_ros2_tracing.pdf)
43+
* C. Bédard, "Tracing ROS 2 with ros2_tracing," in *ROS World 2021*. Open Robotics, October 2021. [Online]. Available: https://vimeo.com/652633418, [(pdf)](https://github.com/ros2/ros2_tracing/blob/rolling/doc/2021-10-20_ROS_World_2021_-_Tracing_ROS_2_with_ros2_tracing.pdf)
4444

4545
## Tutorials & demos
4646

@@ -75,7 +75,7 @@ To enable tracing:
7575
* If you rely on the ROS 2 binaries (Debian packages, release binaries, or prerelease binaries), you will need to clone this repo into your workspace and build at least up to `tracetools`:
7676
```
7777
$ cd src/
78-
$ git clone https://gitlab.com/ros-tracing/ros2_tracing.git
78+
$ git clone https://github.com/ros2/ros2_tracing.git
7979
$ cd ../
8080
$ colcon build --packages-up-to tracetools
8181
```

doc/design_ros_2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `ros2_tracing`
22

3-
Design document for the general ROS 2 instrumentation, tracing, and analysis effort, which includes [`ros2_tracing`](https://gitlab.com/ros-tracing/ros2_tracing), a collection of flexible tracing tools and multipurpose instrumentation for ROS 2.
3+
Design document for the general ROS 2 instrumentation, tracing, and analysis effort, which includes [`ros2_tracing`](https://github.com/ros2/ros2_tracing), a collection of flexible tracing tools and multipurpose instrumentation for ROS 2.
44

55
**Table of contents**
66
1. [Introduction](#introduction)

instrumented.repos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ repositories:
22
ros2/rcl:
33
type: git
44
url: https://github.com/ros2/rcl.git
5-
version: master
5+
version: rolling
66
ros2/rclcpp:
77
type: git
88
url: https://github.com/ros2/rclcpp.git
9-
version: master
9+
version: rolling
1010
ros2/rmw_cyclonedds:
1111
type: git
1212
url: https://github.com/ros2/rmw_cyclonedds.git
13-
version: master
13+
version: rolling
1414
ros2/rmw_fastrtps:
1515
type: git
1616
url: https://github.com/ros2/rmw_fastrtps.git
17-
version: master
17+
version: rolling

ros2trace/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<maintainer email="[email protected]">Ingo Lütkebohle</maintainer>
99
<license>Apache 2.0</license>
1010
<url type="website">https://index.ros.org/p/ros2trace/</url>
11-
<url type="repository">https://gitlab.com/ros-tracing/ros2_tracing</url>
12-
<url type="bugtracker">https://gitlab.com/ros-tracing/ros2_tracing/-/issues</url>
11+
<url type="repository">https://github.com/ros2/ros2_tracing</url>
12+
<url type="bugtracker">https://github.com/ros2/ros2_tracing/issues</url>
1313
<author email="[email protected]">Christophe Bedard</author>
1414

1515
<depend>ros2cli</depend>

ros2trace/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
),
2525
author='Christophe Bedard',
2626
author_email='[email protected]',
27-
url='https://gitlab.com/ros-tracing/ros2_tracing',
27+
url='https://github.com/ros2/ros2_tracing',
2828
keywords=[],
2929
description='The trace command for ROS 2 command line tools.',
3030
long_description=(

test_tracetools/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<maintainer email="[email protected]">Christophe Bedard</maintainer>
88
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
99
<license>Apache 2.0</license>
10-
<url type="website">https://gitlab.com/ros-tracing/ros2_tracing</url>
11-
<url type="repository">https://gitlab.com/ros-tracing/ros2_tracing</url>
12-
<url type="bugtracker">https://gitlab.com/ros-tracing/ros2_tracing/-/issues</url>
10+
<url type="website">https://github.com/ros2/ros2_tracing</url>
11+
<url type="repository">https://github.com/ros2/ros2_tracing</url>
12+
<url type="bugtracker">https://github.com/ros2/ros2_tracing/issues</url>
1313
<author email="[email protected]">Christophe Bedard</author>
1414

1515
<buildtool_depend>ament_cmake</buildtool_depend>

test_tracetools_launch/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<maintainer email="[email protected]">Christophe Bedard</maintainer>
88
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
99
<license>Apache 2.0</license>
10-
<url type="website">https://gitlab.com/ros-tracing/ros2_tracing</url>
11-
<url type="repository">https://gitlab.com/ros-tracing/ros2_tracing</url>
12-
<url type="bugtracker">https://gitlab.com/ros-tracing/ros2_tracing/-/issues</url>
10+
<url type="website">https://github.com/ros2/ros2_tracing</url>
11+
<url type="repository">https://github.com/ros2/ros2_tracing</url>
12+
<url type="bugtracker">https://github.com/ros2/ros2_tracing/issues</url>
1313
<author email="[email protected]">Christophe Bedard</author>
1414

1515
<test_depend>ament_copyright</test_depend>

test_tracetools_launch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
),
2424
author='Christophe Bedard',
2525
author_email='[email protected]',
26-
url='https://gitlab.com/ros-tracing/ros2_tracing',
26+
url='https://github.com/ros2/ros2_tracing',
2727
keywords=[],
2828
description='Tests for the tracetools_launch package.',
2929
license='Apache 2.0',

tracetools/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# All settings not listed here will use the Doxygen default values.
22

33
PROJECT_NAME = "tracetools"
4-
PROJECT_NUMBER = master
4+
PROJECT_NUMBER = rolling
55
PROJECT_BRIEF = "Tracing tools and instrumentation for ROS 2"
66

77
INPUT = ./include

0 commit comments

Comments
 (0)