Topic diagnostics for u-blox messages.
More...
#include <node.h>
Topic diagnostics for u-blox messages.
Definition at line 133 of file node.h.
◆ UbloxTopicDiagnostic() [1/4]
ublox_node::UbloxTopicDiagnostic::UbloxTopicDiagnostic |
( |
| ) |
|
|
inline |
◆ UbloxTopicDiagnostic() [2/4]
◆ UbloxTopicDiagnostic() [3/4]
ublox_node::UbloxTopicDiagnostic::UbloxTopicDiagnostic |
( |
std::string |
topic, |
|
|
double |
freq_tol, |
|
|
int |
freq_window |
|
) |
| |
|
inline |
Add a topic diagnostic to the diagnostic updater for.
The minimum and maximum frequency are equal to the nav rate in Hz.
- Parameters
-
name | the ROS topic |
freq_tol | the tolerance [%] for the topic frequency |
freq_window | the number of messages to use for diagnostic statistics |
Definition at line 147 of file node.h.
◆ UbloxTopicDiagnostic() [4/4]
ublox_node::UbloxTopicDiagnostic::UbloxTopicDiagnostic |
( |
std::string |
topic, |
|
|
double |
freq_min, |
|
|
double |
freq_max, |
|
|
double |
freq_tol, |
|
|
int |
freq_window |
|
) |
| |
|
inline |
Add a topic diagnostic to the diagnostic updater for.
The minimum and maximum frequency are equal to the nav rate in Hz.
- Parameters
-
name | the ROS topic |
freq_min | the minimum acceptable frequency for the topic |
freq_max | the maximum acceptable frequency for the topic |
freq_tol | the tolerance [%] for the topic frequency |
freq_window | the number of messages to use for diagnostic statistics |
Definition at line 168 of file node.h.
◆ diagnostic
Topic frequency diagnostic updater.
Definition at line 180 of file node.h.
◆ max_freq
double ublox_node::UbloxTopicDiagnostic::max_freq |
Maximum allow frequency of topic.
Definition at line 184 of file node.h.
◆ min_freq
double ublox_node::UbloxTopicDiagnostic::min_freq |
Minimum allow frequency of topic.
Definition at line 182 of file node.h.
The documentation for this struct was generated from the following file: