Skip to content

Commit

Permalink
Update: Slam system param (disabling keypoint)
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jun 23, 2023
1 parent 6933686 commit 5a797d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AIAC/LayerSlam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ namespace AIAC
Slam.systemParams.aruco_minerrratio_valid = 15;
Slam.systemParams.KPNonMaximaSuppresion=true;
Slam.systemParams.markersOptWeight=1.0; // maximum importance of markers in the final error. Value in range [0,1]. The rest if assigned to points
Slam.systemParams.minMarkersForMaxWeight=2;
Slam.systemParams.minMarkersForMaxWeight=3;
Slam.systemParams.detectKeyPoints=false;


// load map, the camera matrix will be replaced by the one in the map
auto pathToMapFile = AIAC::Config::Get<std::string>(AIAC::Config::SEC_TSLAM, AIAC::Config::MAP_FILE, "assets/tslam/example.map");
Expand Down

0 comments on commit 5a797d5

Please sign in to comment.