|
Autoware.Auto
|
|
This file defines a simple ROS 2 velodyne driver that publishes full point clouds. More...
#include <string>#include <vector>#include "common/types.hpp"#include "lidar_utils/point_cloud_utils.hpp"#include "udp_driver/udp_driver_node.hpp"#include "velodyne_driver/velodyne_translator.hpp"#include "velodyne_nodes/visibility_control.hpp"#include "sensor_msgs/msg/point_cloud2.hpp"

Go to the source code of this file.
Classes | |
| class | autoware::drivers::velodyne_nodes::VelodyneCloudNode< SensorData > |
Namespaces | |
| autoware | |
| This file defines the lanelet2_map_provider_node class. | |
| autoware::drivers | |
| Libraries, ROS nodes, and other functionality relating to sensor drivers or actuation. | |
| autoware::drivers::velodyne_nodes | |
Resources for nodes that use the velodyne_driver | |
Typedefs | |
| using | autoware::drivers::velodyne_nodes::VLP16DriverNode = VelodyneCloudNode< velodyne_driver::VLP16Data > |
| using | autoware::drivers::velodyne_nodes::VLP32CDriverNode = VelodyneCloudNode< velodyne_driver::VLP32CData > |
| using | autoware::drivers::velodyne_nodes::VLS128DriverNode = VelodyneCloudNode< velodyne_driver::VLS128Data > |
This file defines a simple ROS 2 velodyne driver that publishes full point clouds.