pcl_ros::BAGReader Class Reference
BAG PointCloud file format reader.
More...
#include <bag_io.h>
List of all members.
Detailed Description
BAG PointCloud file format reader.
- Author:
- Radu Bogdan Rusu
Definition at line 52 of file bag_io.h.
Member Typedef Documentation
Constructor & Destructor Documentation
pcl_ros::BAGReader::BAGReader |
( |
|
) |
[inline] |
Empty constructor.
Definition at line 60 of file bag_io.h.
Member Function Documentation
void pcl_ros::BAGReader::close |
( |
|
) |
[inline] |
Close an open BAG file.
Definition at line 92 of file bag_io.h.
Get the next point cloud dataset in the BAG file.
- Returns:
- the next point cloud dataset as read from the file
Definition at line 74 of file bag_io.h.
double pcl_ros::BAGReader::getPublishRate |
( |
|
) |
[inline] |
Get the publishing rate in seconds.
Definition at line 68 of file bag_io.h.
void pcl_ros::BAGReader::onInit |
( |
|
) |
[virtual] |
bool pcl_ros::BAGReader::open |
( |
const std::string & |
file_name, |
|
|
const std::string & |
topic_name | |
|
) |
| | |
Open a BAG file for reading and select a specified topic.
- Parameters:
-
| file_name | the BAG file to open |
| topic_name | the topic that we want to read data from |
Definition at line 43 of file bag_io.cpp.
void pcl_ros::BAGReader::setPublishRate |
( |
double |
publish_rate |
) |
[inline] |
Set the publishing rate in seconds.
- Parameters:
-
| publish_rate | the publishing rate in seconds |
Definition at line 65 of file bag_io.h.
Member Data Documentation
The BAG object.
Definition at line 105 of file bag_io.h.
The name of the BAG file that contains the PointCloud data.
Definition at line 117 of file bag_io.h.
The BAG view iterator object.
Definition at line 111 of file bag_io.h.
The output point cloud dataset containing the points loaded from the file.
Definition at line 120 of file bag_io.h.
The publishing interval in seconds. Set to 0 to publish once (default).
Definition at line 102 of file bag_io.h.
The name of the topic that contains the PointCloud data.
Definition at line 114 of file bag_io.h.
The BAG view object.
Definition at line 108 of file bag_io.h.
The documentation for this class was generated from the following files: