Autoware.Auto
|
|
This file implements a clustering node that published colored point clouds and convex hulls. More...
#include <euclidean_cluster_nodes/euclidean_cluster_node.hpp>
#include <autoware_auto_tf2/tf2_autoware_auto_msgs.hpp>
#include <autoware_auto_perception_msgs/msg/bounding_box_array.hpp>
#include <autoware_auto_perception_msgs/msg/detected_objects.hpp>
#include <common/types.hpp>
#include <lidar_utils/point_cloud_utils.hpp>
#include <rclcpp_components/register_node_macro.hpp>
#include <rclcpp/rclcpp.hpp>
#include <rclcpp_action/rclcpp_action.hpp>
#include <memory>
#include <string>
#include <utility>
Namespaces | |
autoware | |
This file defines the lanelet2_map_provider_node class. | |
autoware::perception | |
Perception related algorithms and functionality, such as those acting on 3D lidar data, camera data, radar, or ultrasonic information. | |
autoware::perception::segmentation | |
autoware::perception::segmentation::euclidean_cluster_nodes | |
Main instantiation of algorithms in object detection stack. | |
Typedefs | |
using | BoundingBoxArray = autoware_auto_perception_msgs::msg::BoundingBoxArray |
using | DetectedObjects = autoware_auto_perception_msgs::msg::DetectedObjects |
This file implements a clustering node that published colored point clouds and convex hulls.
using BoundingBoxArray = autoware_auto_perception_msgs::msg::BoundingBoxArray |
using DetectedObjects = autoware_auto_perception_msgs::msg::DetectedObjects |