Go to the documentation of this file.
2 #ifndef LVR2_IO_YAML_SCANPOSMETA_IO_HPP
3 #define LVR2_IO_YAML_SCANPOSMETA_IO_HPP
5 #include <yaml-cpp/yaml.h>
46 scanPos.
latitude = node[
"latitude"].as<
double>();
47 scanPos.
longitude = node[
"longitude"].as<
double>();
48 scanPos.
altitude = node[
"altitude"].as<
double>();
53 scanPos.
timestamp = node[
"timestamp"].as<
double>();
62 #endif // LVR2_IO_YAML_SCANPOSMETA_IO_HPP
static Node encode(const lvr2::ScanPosition &scanPos)
double latitude
Latitude (optional)
double timestamp
Timestamp when this position was created.
Transform< double > Transformd
4x4 double precision transformation matrix
static bool decode(const Node &node, lvr2::ScanPosition &scanPos)
double longitude
Longitude (optional)
static constexpr char sensorType[]
void convert(COORD_SYSTEM from, COORD_SYSTEM to, float *point)
double altitude
Longitude (optional)
Transformd pose_estimate
Estimated pose.
Transformd registration
Final registered position in project coordinates.
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:25