Skip to content

Commit a2a2f73

Browse files
Change ros2_tracing repo URL to GitHub
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 6cc0ede commit a2a2f73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/Guides/ros2_tracing_trace_and_analyze.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to use ros2_tracing to trace and analyze an application
22

3-
This guide shows how to use [`ros2_tracing`](https://gitlab.com/ros-tracing/ros2_tracing) to trace and analyze a ROS 2 application.
3+
This guide shows how to use [`ros2_tracing`](https://github.com/ros2/ros2_tracing) to trace and analyze a ROS 2 application.
44
For this guide, the application will be [`performance_test`](https://gitlab.com/ApexAI/performance_test).
55

66
## Overview
@@ -181,7 +181,7 @@ We can see that most of the callbacks take less than 0.01 ms, but there are some
181181
## Conclusion
182182

183183
This guide showed how to install tracing-related tools and build ROS 2 with tracing instrumentation.
184-
Then it showed how to trace a [`performance_test`](https://gitlab.com/ApexAI/performance_test) experiment using [`ros2_tracing`](https://gitlab.com/ros-tracing/ros2_tracing) and plot the callback durations using [`tracetools_analysis`](https://gitlab.com/ros-tracing/tracetools_analysis).
184+
Then it showed how to trace a [`performance_test`](https://gitlab.com/ApexAI/performance_test) experiment using [`ros2_tracing`](https://github.com/ros2/ros2_tracing) and plot the callback durations using [`tracetools_analysis`](https://gitlab.com/ros-tracing/tracetools_analysis).
185185

186186
For more trace analyses, take a look at the [other sample notebooks](https://gitlab.com/ros-tracing/tracetools_analysis/-/tree/master/tracetools_analysis/analysis) and the [`tracetools_analysis` API documentation](https://ros-tracing.gitlab.io/tracetools_analysis-api/master/tracetools_analysis/).
187-
The [`ros2_tracing` design document](https://gitlab.com/ros-tracing/ros2_tracing/-/blob/master/doc/design_ros_2.md) also contains a lot of information.
187+
The [`ros2_tracing` design document](https://github.com/ros2/ros2_tracing/blob/master/doc/design_ros_2.md) also contains a lot of information.

source/Related-Projects/related_projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- ```ros2_tracing```
3535
- Description: Tracing tools for ROS 2
3636
- Repositories
37-
- [https://gitlab.com/ros-tracing/ros2_tracing](https://gitlab.com/ros-tracing/ros2_tracing)
37+
- [https://github.com/ros2/ros2_tracing](https://github.com/ros2/ros2_tracing)
3838
- [https://gitlab.com/ros-tracing/tracetools_analysis](https://gitlab.com/ros-tracing/tracetools_analysis)
3939
- ```osrf_testing_tools_cpp```
4040
- Description: This repository contains testing tools for C++, and is used in OSRF projects. The memory_tools API lets you intercept calls to dynamic memory calls like ```malloc``` and ```free```, and provides some convenience functions for differentiating between expected and unexpected calls to dynamic memory functions.

0 commit comments

Comments
 (0)