You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,29 +16,33 @@ Consequently, it currently only supports Linux.
16
16
## Publications & presentations
17
17
18
18
[Read the `ros2_tracing` paper!](https://arxiv.org/abs/2201.00393)
19
-
20
19
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.
23
21
24
-
BibTeX:
22
+
<details>
23
+
<summary>BibTeX</summary>
25
24
26
25
```bibtex
27
26
@article{bedard2022ros2tracing,
28
27
title={ros2\_tracing: Multipurpose Low-Overhead Framework for Real-Time Tracing of ROS 2},
29
28
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}
32
35
}
33
36
```
37
+
</details>
34
38
35
39
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)).
36
40
Reference:
37
41
* 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)
38
42
39
43
## Tutorials & demos
40
44
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)
42
46
* ROS World 2021 demo: [github.com/christophebedard/ros-world-2021-demo](https://github.com/christophebedard/ros-world-2021-demo)
0 commit comments