mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Windows: Fixed linker error
This commit is contained in:
@@ -112,7 +112,7 @@ void RTABMAP_EXP computeMaxGraphErrors(
|
||||
const Link ** maxLinearErrorLink = 0,
|
||||
const Link ** maxAngularErrorLink = 0);
|
||||
|
||||
std::vector<double> getMaxOdomInf(const std::multimap<int, Link> & links);
|
||||
std::vector<double> RTABMAP_EXP getMaxOdomInf(const std::multimap<int, Link> & links);
|
||||
|
||||
std::multimap<int, Link>::iterator RTABMAP_EXP findLink(
|
||||
std::multimap<int, Link> & links,
|
||||
|
||||
Reference in New Issue
Block a user