Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Attributes
mrpt::topography::TPathFromRTKInfo Struct Reference

Detailed Description

Used to return optional information from mrpt::topography::path_from_rtk_gps.

Definition at line 26 of file path_from_rtk_gps.h.

#include <mrpt/topography/path_from_rtk_gps.h>

Public Attributes

std::map< mrpt::system::TTimeStamp, mrpt::math::TPoint3Dbest_gps_path
 the path of the "best" GPS. More...
 
std::map< mrpt::system::TTimeStamp, double > mahalabis_quality_measure
 A measure of the quality at each point (may be empty if not there is no enough information). More...
 
mrpt::aligned_std_map< mrpt::system::TTimeStamp, mrpt::math::CMatrixDouble66vehicle_uncertainty
 The 6x6 covariance matrix for the uncertainty of each vehicle pose (may be empty if there is no W_star info). More...
 
mrpt::math::CMatrixDouble W_star
 The reference covariance matrix used to compute vehicle_uncertainty. More...
 

Member Data Documentation

◆ best_gps_path

std::map<mrpt::system::TTimeStamp, mrpt::math::TPoint3D> mrpt::topography::TPathFromRTKInfo::best_gps_path

the path of the "best" GPS.

Definition at line 29 of file path_from_rtk_gps.h.

Referenced by mrpt::topography::path_from_rtk_gps().

◆ mahalabis_quality_measure

std::map<mrpt::system::TTimeStamp, double> mrpt::topography::TPathFromRTKInfo::mahalabis_quality_measure

A measure of the quality at each point (may be empty if not there is no enough information).

Definition at line 32 of file path_from_rtk_gps.h.

Referenced by mrpt::topography::path_from_rtk_gps().

◆ vehicle_uncertainty

mrpt::aligned_std_map<mrpt::system::TTimeStamp, mrpt::math::CMatrixDouble66> mrpt::topography::TPathFromRTKInfo::vehicle_uncertainty

The 6x6 covariance matrix for the uncertainty of each vehicle pose (may be empty if there is no W_star info).

Definition at line 36 of file path_from_rtk_gps.h.

Referenced by mrpt::topography::path_from_rtk_gps().

◆ W_star

mrpt::math::CMatrixDouble mrpt::topography::TPathFromRTKInfo::W_star

The reference covariance matrix used to compute vehicle_uncertainty.

Definition at line 38 of file path_from_rtk_gps.h.

Referenced by mrpt::topography::path_from_rtk_gps().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST