$search
#include <pcl_ros/io/bag_io.h>
#include <pcl/point_types.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
bag_read exemplifies how to read sensor_msgs/PointCloud2 messages from a BAG file, and convert them to templated PointClouds.
Definition at line 51 of file bag_read.cpp.