|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|
Largest pose-graph constraint violations after optimization. More...
#include <Graph.h>

Public Attributes | |
| float | linear =-1.0f |
| Absolute linear error (m) of the worst link. | |
| float | angular =-1.0f |
| Absolute angular error (rad) of the worst link. | |
| float | linearRatio =-1.0f |
| linear / sqrt(trans variance) of the worst link. | |
| float | angularRatio =-1.0f |
| angular / sqrt(rot variance) of the worst link. | |
| Link | linearLink |
| Link with largest linearRatio. | |
| Link | angularLink |
| Link with largest angularRatio. | |
Largest pose-graph constraint violations after optimization.
For each non-self-referenced link (from != to), compares the relative pose implied by poses to the link measurement and tracks the worst linear/angular error and error/std ratios.
| float rtabmap::graph::MaxGraphErrors::linear =-1.0f |
| float rtabmap::graph::MaxGraphErrors::angular =-1.0f |
| float rtabmap::graph::MaxGraphErrors::linearRatio =-1.0f |
| float rtabmap::graph::MaxGraphErrors::angularRatio =-1.0f |
| Link rtabmap::graph::MaxGraphErrors::linearLink |
Link with largest linearRatio.
| Link rtabmap::graph::MaxGraphErrors::angularLink |
Link with largest angularRatio.