mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Refactored motion estimation parameters in the GUI.
This commit is contained in:
@@ -122,7 +122,7 @@ int main (int argc, char * argv[])
|
||||
float sec = 0.0f;
|
||||
bool gpu = false;
|
||||
int localHistory = rtabmap::Parameters::defaultOdomBowLocalHistorySize();
|
||||
bool p2p = rtabmap::Parameters::defaultOdomPnPEstimation();
|
||||
bool p2p = false;
|
||||
|
||||
for(int i=1; i<argc; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user