![]() |
mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
Public view of a node element, returned by query methods. More...
#include <errorgraph.h>
Collaboration diagram for mrs_lib::errorgraph::Errorgraph::node_info_t:Public Member Functions | |
| errorgraph_element_msg_t | to_msg () const |
| Convert to a ROS message. | |
Public Attributes | |
| node_id_t | source_node |
| Node ID of this element. | |
| std::vector< error_t > | errors |
| List of errors reported by this node. | |
| rclcpp::Time | stamp |
| Last time this element was updated. | |
| bool | not_reporting |
| Whether this node has stopped reporting (stale). | |
Public view of a node element, returned by query methods.
Contains a copy of the relevant data from the internal element representation, without exposing graph-traversal internals.