Skip to content

Commit 638fa0a

Browse files
Merge branch 'update-paper-ref-humble' into 'humble'
Update README See merge request ros-tracing/ros2_tracing!297
2 parents 590a512 + 3491bf1 commit 638fa0a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,33 @@ Consequently, it currently only supports Linux.
1616
## Publications & presentations
1717

1818
[Read the `ros2_tracing` paper!](https://arxiv.org/abs/2201.00393)
19-
2019
If you use or refer to `ros2_tracing`, please cite:
21-
<!-- TODO replace with early access/published version when available -->
22-
* C. Bédard, I. Lütkebohle, and M. Dagenais, "ros2_tracing: Multipurpose Low-Overhead Framework for Real-Time Tracing of ROS 2," *arXiv preprint arXiv:2201.00393*, 2022.
20+
* C. Bédard, I. Lütkebohle, and M. Dagenais, "ros2_tracing: Multipurpose Low-Overhead Framework for Real-Time Tracing of ROS 2," *IEEE Robotics and Automation Letters*, vol. 7, no. 3, pp. 6511–6518, 2022.
2321

24-
BibTeX:
22+
<details>
23+
<summary>BibTeX</summary>
2524

2625
```bibtex
2726
@article{bedard2022ros2tracing,
2827
title={ros2\_tracing: Multipurpose Low-Overhead Framework for Real-Time Tracing of ROS 2},
2928
author={B{\'e}dard, Christophe and L{\"u}tkebohle, Ingo and Dagenais, Michel},
30-
journal={arXiv preprint arXiv:2201.00393},
31-
year={2022}
29+
journal={IEEE Robotics and Automation Letters},
30+
year={2022},
31+
volume={7},
32+
number={3},
33+
pages={6511--6518},
34+
doi={10.1109/LRA.2022.3174346}
3235
}
3336
```
37+
</details>
3438

3539
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)).
3640
Reference:
3741
* 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)
3842

3943
## Tutorials & demos
4044

41-
* Real-Time Working Group documentation tutorial: [How to use `ros2_tracing` to trace and analyze an application](https://real-time-working-group.readthedocs.io/en/latest/Guides/ros2_tracing_trace_and_analyze.html)
45+
* Real-Time Working Group documentation tutorial: [How to use `ros2_tracing` to trace and analyze an application](https://ros-realtime.github.io/Guides/ros2_tracing_trace_and_analyze.html)
4246
* ROS World 2021 demo: [github.com/christophebedard/ros-world-2021-demo](https://github.com/christophebedard/ros-world-2021-demo)
4347

4448
## Building

0 commit comments

Comments
 (0)