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: tools/benchmark/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The node publishes a message on the topic `<name_of_the_topic_to_test>_stats` co
20
20
Open a new terminal console and start the benchmark node:
21
21
22
22
```bash
23
-
$ ros2 run zed_topic_benchmark zed_topic_benchmark --ros-args -p topic_name:=<name_of_the_topic_to_test>
23
+
ros2 run zed_topic_benchmark zed_topic_benchmark --ros-args -p topic_name:=<name_of_the_topic_to_test>
24
24
```
25
25
26
26
for example:
@@ -51,7 +51,7 @@ The node will print all the topic information on the console:
51
51
The node published a message on the topic `<name_of_the_topic_to_test>_stats` containing the previous information to be plotted.
52
52
The topic is a custom message of type `BenchmarkStatsStamped` defined as:
53
53
54
-
```
54
+
```ros
55
55
# Standard Header
56
56
std_msgs/Header header
57
57
@@ -67,4 +67,5 @@ float32 topic_avg_bw
67
67
```
68
68
69
69
## Advanced
70
+
70
71
The package provides a ROS 2 component called `stereolabs::TopicBenchmarkComponent` to be used with [Composition](https://docs.ros.org/en/humble/Tutorials/Intermediate/Composition.html) to test [Intra Process Communication (IPC)](https://design.ros2.org/articles/intraprocess_communications.html) performances.
0 commit comments