#include <ScanTypes.hpp>
Public Attributes | |
double | altitude = 0.0 |
Longitude (optional) More... | |
std::vector< ScanCameraPtr > | cams |
Image data (optional, empty vector of no images were taken) More... | |
HyperspectralCameraPtr | hyperspectralCamera |
Image data (optional, empty vector of no hyperspactral panoramas were taken) More... | |
double | latitude = 0.0 |
Latitude (optional) More... | |
double | longitude = 0.0 |
Longitude (optional) More... | |
Transformd | pose_estimate |
Estimated pose. More... | |
Transformd | registration |
Final registered position in project coordinates. More... | |
std::vector< ScanPtr > | scans |
double | timestamp = 0.0 |
Timestamp when this position was created. More... | |
Static Public Attributes | |
static constexpr char | sensorType [] = "ScanPosition" |
Definition at line 276 of file ScanTypes.hpp.
double lvr2::ScanPosition::altitude = 0.0 |
Longitude (optional)
Definition at line 302 of file ScanTypes.hpp.
std::vector<ScanCameraPtr> lvr2::ScanPosition::cams |
Image data (optional, empty vector of no images were taken)
Definition at line 290 of file ScanTypes.hpp.
HyperspectralCameraPtr lvr2::ScanPosition::hyperspectralCamera |
Image data (optional, empty vector of no hyperspactral panoramas were taken)
Definition at line 293 of file ScanTypes.hpp.
double lvr2::ScanPosition::latitude = 0.0 |
Latitude (optional)
Definition at line 296 of file ScanTypes.hpp.
double lvr2::ScanPosition::longitude = 0.0 |
Longitude (optional)
Definition at line 299 of file ScanTypes.hpp.
Transformd lvr2::ScanPosition::pose_estimate |
Estimated pose.
Definition at line 305 of file ScanTypes.hpp.
Transformd lvr2::ScanPosition::registration |
Final registered position in project coordinates.
Definition at line 308 of file ScanTypes.hpp.
std::vector<ScanPtr> lvr2::ScanPosition::scans |
Vector of scan data. The scan position can contain several scans. The scan with the best resolition should be stored in scans[0]. Scans can be empty
Definition at line 287 of file ScanTypes.hpp.
|
staticconstexpr |
Definition at line 282 of file ScanTypes.hpp.
double lvr2::ScanPosition::timestamp = 0.0 |
Timestamp when this position was created.
Definition at line 311 of file ScanTypes.hpp.