|
Easy Navigation
|
#include <DetectionsPerception.hpp>


Public Member Functions | |
| DetectionsPerception () | |
| Public Member Functions inherited from PerceptionBase | |
| virtual | ~PerceptionBase ()=default |
Static Public Member Functions | |
| static bool | supports_msg_type (std::string_view t) |
| Returns whether the given ROS 2 type name is supported by this perception. | |
Public Attributes | |
| vision_msgs::msg::Detection3DArray | data |
| Detection3DArray data received from the an external processing system. | |
| 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. | |
Static Public Attributes | |
| static constexpr std::string_view | default_group_ = "detections" |
| Group identifier for image perceptions. | |
| DetectionsPerception | ( | ) |
|
static |
Returns whether the given ROS 2 type name is supported by this perception.
| t | Fully qualified message type name (e.g., "vision_msgs/msg/Detection3DArray"). |
t equals "vision_msgs/msg/Detection3DArray", otherwise false. | vision_msgs::msg::Detection3DArray data |
Detection3DArray data received from the an external processing system.
|
staticconstexpr |
Group identifier for image perceptions.