Skip to content

Commit

Permalink
faster map computation + better grid
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonR99 committed Jun 15, 2024
1 parent db1f82e commit 62006f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rove_slam/launch/slam3d.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ def generate_launch_description():
'Icp/Strategy', '1',
'Icp/OutlierRatio', '0.7',
'Icp/CorrespondenceRatio', '0.2',
'Grid/MaxGroundHeight', '0.05',
'Grid/MaxGroundHeight', '0.1',
'Grid/MaxObstacleHeight', '1.5',
'Grid/RayTracing', 'true',
'Grid/3D', 'false',
'Reg/Force3DoF', 'true',
'Optimizer/Slam2D', 'true',
]
Expand Down

0 comments on commit 62006f6

Please sign in to comment.