Class PerceptionBase
Defined in File Perceptions.hpp
Inheritance Relationships
Derived Types
public easynav::DetectionsPerception(Class DetectionsPerception)public easynav::GNSSPerception(Class GNSSPerception)public easynav::IMUPerception(Class IMUPerception)public easynav::ImagePerception(Class ImagePerception)public easynav::PointPerception(Class PointPerception)
Class Documentation
Abstract base class for representing a single sensor perception.
Contains common metadata (timestamp, frame ID, validity flags) that all perception types share.
Subclassed by easynav::DetectionsPerception, easynav::GNSSPerception, easynav::IMUPerception, easynav::ImagePerception, easynav::PointPerception
Public Functions
Public Members
Timestamp of the perception (ROS time).
Coordinate frame associated with the perception.
Whether the perception contains valid data.
Whether the data has changed since the last observation.