mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
Loading...
Searching...
No Matches
mrs_lib::errorgraph::Errorgraph::node_info_t Struct Reference

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_terrors
 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).
 

Detailed Description

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.


The documentation for this struct was generated from the following files: