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
1. Provides a node that behaves like C++ based ros2 topic hz. I.E. subscribes to topics to determine the frame rate and latency. compared to ro2s topic hs the greenwave node is more performant, publishes ROS2 Diagnostics, and offers services to manage topics and expected frequencies.
6
+
It provides the following features:
7
7
8
-
2. Provides a terminal based dashboard that displays the topic rates, latency, and status, and allows you to add/remove topics and set expected frequencies.
8
+
1. A node that behaves like C++ based ros2 topic hz. I.E. subscribes to topics to determine the frame rate and latency. compared to ro2s topic hs the greenwave node is more performant, publishes ROS2 Diagnostics, and offers services to manage topics and expected frequencies.
9
9
10
-
3. Provides a header only C++ library so you can calculate and publish compatible diagnostics directly from your own nodes for reduced overhead.
10
+
2. A terminal based dashboard that displays the topic rates, latency, and status, and allows you to add/remove topics and set expected frequencies.
11
11
12
-
This diagram shows an overview of the architecture 
12
+
3. A header only C++ library so you can calculate and publish compatible diagnostics directly from your own nodes for reduced overhead.
13
+
14
+
This diagram shows an overview of the 
13
15
14
16
## Diagnostics Messages
15
17
@@ -19,7 +21,7 @@ In particular, the messages follow conventions from [Isaac ROS NITROS](https://g
19
21
20
22
## Compatibility
21
23
22
-
Greenwave monitor is a standalone package tested on Humble, Iron, Jazzy, Kilted, and Rolling ROS2 releases, under Ubuntu 22.04 and Ubuntu 24.04. It does not depend on Isaac ROS*(but does play nicely with it)*.
24
+
Greenwave monitor is a standalone package tested on Humble, Iron, Jazzy, Kilted, and Rolling ROS2 releases, under Ubuntu 22.04 and Ubuntu 24.04. It does not depend on Isaac ROS.
0 commit comments