Skip to content

Commit

Permalink
minor changes in localization
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 11, 2023
1 parent 1ae767a commit 82f8788
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions rover_localization/launch/rgbd_odometry.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ def generate_launch_description():

"BRIEF/Bytes": "64",

"Vis/EstimationType": "0",
"Vis/EstimationType": "1",
"Vis/ForwardEstOnly": "true",
# 0=SURF 1=SIFT 2=ORB 3=FAST/FREAK 4=FAST/BRIEF 5=GFTT/FREAK 6=GFTT/BRIEF 7=BRISK 8=GFTT/ORB 9=KAZE 10=ORB-OCTREE 11=SuperPoint 12=SURF/FREAK 13=GFTT/DAISY 14=SURF/DAISY 15=PyDetector
"Vis/FeatureType": "6",
"Vis/FeatureType": "8",
"Vis/DepthAsMask": "true",
"Vis/CorGuessWinSize": "40",
"Vis/MaxFeatures": "1000",
Expand Down
13 changes: 9 additions & 4 deletions rover_localization/launch/rtabmap.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ def generate_launch_description():
"Optimizer/Strategy": "2",
"Optimizer/GravitySigma": "0.0",

"RGBD/OptimizeMaxError": "0.1",
"Rtabmap/DetectionRate": "2",
"Rtabmap/CreateIntermediateNodes": "true",

"RGBD/OptimizeMaxError": "1.0",
"RGBD/OptimizeFromGraphEnd": "true",
"RGBD/CreateOccupancyGrid": "true",

Expand All @@ -64,12 +67,12 @@ def generate_launch_description():
"BRIEF/Bytes": "64",

"Vis/EstimationType": "1",
"Vis/ForwardEstOnly": "false",
"Vis/ForwardEstOnly": "true",
# 0=SURF 1=SIFT 2=ORB 3=FAST/FREAK 4=FAST/BRIEF 5=GFTT/FREAK 6=GFTT/BRIEF 7=BRISK 8=GFTT/ORB 9=KAZE 10=ORB-OCTREE 11=SuperPoint 12=SURF/FREAK 13=GFTT/DAISY 14=SURF/DAISY 15=PyDetector
"Vis/FeatureType": "8",
"Vis/DepthAsMask": "true",
"Vis/CorGuessWinSize": "40",
"Vis/MaxFeatures": "1000",
"Vis/MaxFeatures": "0",
"Vis/MinDepth": "0.0",
"Vis/MaxDepth": "0.0",
# 0=Features Matching, 1=Optical Flow
Expand All @@ -89,8 +92,10 @@ def generate_launch_description():
"Grid/FlatObstacleDetected": "false",
"Gird/RayTracing": "true",
"Grid/3D": "true",
"Grid/MapFrameProjection": "true",

"GridGlobal/UpdateError": "0.001",
"GridGlobal/FullUpdate": "true",
"GridGlobal/UpdateError": "0.01",
"GridGlobal/MinSize": "200",
"GridGlobal/Eroded": "true",
"GridGlobal/FloodFillDepth": "16"
Expand Down

0 comments on commit 82f8788

Please sign in to comment.