#include <pcl_conversions/pcl_conversions.h>#include <ros/ros.h>#include <sensor_msgs/PointCloud2.h>#include "grid_map_pcl/helpers.hpp"
Go to the source code of this file.
Typedefs | |
| using | Point = ::pcl::PointXYZ |
| using | PointCloud = ::pcl::PointCloud< Point > |
Functions | |
| int | main (int argc, char **argv) |
| void | publishCloud (const std::string &filename, const ros::Publisher &pub, const std::string &frame) |
| using Point = ::pcl::PointXYZ |
Definition at line 15 of file pointcloud_publisher_node.cpp.
| using PointCloud = ::pcl::PointCloud<Point> |
Definition at line 16 of file pointcloud_publisher_node.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 29 of file pointcloud_publisher_node.cpp.
| void publishCloud | ( | const std::string & | filename, |
| const ros::Publisher & | pub, | ||
| const std::string & | frame | ||
| ) |
Definition at line 18 of file pointcloud_publisher_node.cpp.