Struct inertialsim::examples::kitti::RawDataMapEntry¶
ClassList > inertialsim > examples > kitti > RawDataMapEntry
Raw data mapping entry. More...
#include <kitti.h>
Public Attributes¶
| Type | Name |
|---|---|
| std::string | drive_name Drive folder name (e.g., "2011_09_30_drive_0027"). |
| int | end_frame Ending frame index for this sequence. |
| int | start_frame Starting frame index for this sequence. |
Detailed Description¶
Mapping from odometry sequence number to raw data file, sequence start frame, and sequence end frame. End frames may be modified from the original to produce shorter sequences. See odometry devkit readme.txt.
Public Attributes Documentation¶
variable drive_name¶
Drive folder name (e.g., "2011_09_30_drive_0027").
variable end_frame¶
Ending frame index for this sequence.
variable start_frame¶
Starting frame index for this sequence.
The documentation for this class was generated from the following file cpp/include/inertialsim/examples/kitti.h