Struct UbloxTopicDiagnostic
Defined in File ublox_topic_diagnostic.hpp
Struct Documentation
-
struct UbloxTopicDiagnostic
Topic diagnostics for u-blox messages.
Public Functions
-
UbloxTopicDiagnostic() = default
-
UbloxTopicDiagnostic(UbloxTopicDiagnostic &&c) = delete
-
UbloxTopicDiagnostic &operator=(UbloxTopicDiagnostic &&c) = delete
-
UbloxTopicDiagnostic(const UbloxTopicDiagnostic &c) = delete
-
UbloxTopicDiagnostic &operator=(const UbloxTopicDiagnostic &c) = delete
-
~UbloxTopicDiagnostic() = default
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
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
-
UbloxTopicDiagnostic() = default