Easy Navigation
|
Represents a single image perception from a sensor. More...
#include <ImagePerception.hpp>
Public Attributes | |
cv::Mat | data |
Image data received from the sensor. | |
![]() | |
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 | |
![]() | |
virtual | ~PerceptionBase ()=default |
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.
cv::Mat data |
Image data received from the sensor.