Easy Navigation
Loading...
Searching...
No Matches
ImagePerception Class Reference

Represents a single image perception from a sensor. More...

#include <ImagePerception.hpp>

Inheritance diagram for ImagePerception:
Collaboration diagram for ImagePerception:

Public Attributes

cv::Mat data
 Image data received from the sensor.
 
- Public Attributes inherited from PerceptionBase
std::string frame_id
 Coordinate frame associated with the perception.
 
bool new_data = false
 Whether the data has changed since the last observation.
 
rclcpp::Time stamp
 Timestamp of the perception (ROS time).
 
bool valid = false
 Whether the perception contains valid data.
 

Additional Inherited Members

- Public Member Functions inherited from PerceptionBase
virtual ~PerceptionBase ()=default
 

Detailed Description

Represents a single image perception from a sensor.

Inherits from PerceptionBase and stores an OpenCV image (cv::Mat) along with metadata such as timestamp and frame_id.

Member Data Documentation

◆ data

cv::Mat data

Image data received from the sensor.


The documentation for this class was generated from the following file: