mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Localization with Reg/Force3DoF=true, fixed how graph optimization errors are computed (use only x,y,yaw).
This commit is contained in:
@@ -125,7 +125,8 @@ void RTABMAP_EXP computeMaxGraphErrors(
|
||||
float & maxLinearError,
|
||||
float & maxAngularError,
|
||||
const Link ** maxLinearErrorLink = 0,
|
||||
const Link ** maxAngularErrorLink = 0);
|
||||
const Link ** maxAngularErrorLink = 0,
|
||||
bool for3DoF = false);
|
||||
|
||||
std::vector<double> RTABMAP_EXP getMaxOdomInf(const std::multimap<int, Link> & links);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user