SaDVIO
|
EUROCGrabber class for loading and processing frames from raw data in the EUROC format. More...
#include <adataprovider.h>
Public Member Functions | |
EUROCGrabber (std::string folder_path, std::shared_ptr< ADataProvider > prov) | |
void | load_filenames () |
Load filenames and timestamps from .csv files. More... | |
bool | addNextFrame () |
Add the frame that comes next in the queue of the data provider. More... | |
void | addAllFrames () |
Add all frames from the queue of the data provider until no more frames are available. More... | |
EUROCGrabber class for loading and processing frames from raw data in the EUROC format.
This class is responsible for loading filenames, timestamps, and IMU data from raw data files in the EUROC format, and adding frames to the data provider.
|
inline |
|
inline |
Add all frames from the queue of the data provider until no more frames are available.
bool isae::EUROCGrabber::addNextFrame | ( | ) |
Add the frame that comes next in the queue of the data provider.
void isae::EUROCGrabber::load_filenames | ( | ) |
Load filenames and timestamps from .csv files.