Topic diagnostics for fix / fix_velocity messages.
More...
#include <node.h>
Topic diagnostics for fix / fix_velocity messages.
Definition at line 188 of file node.h.
◆ FixDiagnostic() [1/3]
ublox_node::FixDiagnostic::FixDiagnostic |
( |
| ) |
|
|
inline |
◆ FixDiagnostic() [2/3]
ublox_node::FixDiagnostic::FixDiagnostic |
( |
const FixDiagnostic & |
| ) |
|
|
delete |
◆ FixDiagnostic() [3/3]
ublox_node::FixDiagnostic::FixDiagnostic |
( |
std::string |
name, |
|
|
double |
freq_tol, |
|
|
int |
freq_window, |
|
|
double |
stamp_min |
|
) |
| |
|
inline |
Add a topic diagnostic to the diagnostic updater for fix topics.
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 |
stamp_min | the minimum allowed time delay |
Definition at line 203 of file node.h.
◆ diagnostic
Topic frequency diagnostic updater.
Definition at line 219 of file node.h.
◆ max_freq
double ublox_node::FixDiagnostic::max_freq |
Maximum allow frequency of topic.
Definition at line 223 of file node.h.
◆ min_freq
double ublox_node::FixDiagnostic::min_freq |
Minimum allow frequency of topic.
Definition at line 221 of file node.h.
The documentation for this struct was generated from the following file: