Skip to content

Commit

Permalink
(localization) optimized by tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Jul 6, 2024
1 parent 407266f commit 1786450
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ parameters:
recovery_alpha_fast: 0 #0.1
cell_size_x: 0.5
cell_size_y: 0.5
cell_size_theta: 0.1745
cell_size_theta: 0.1
initial_pose:
x: $(env ROBOT_INIT_X 0.0)
y: $(env ROBOT_INIT_Y 0.0)
rz: $(env ROBOT_INIT_PHI 0.0)
laser_model:
topic: /hero/base_laser/scan
num_beams: 100
num_beams: 150
z_hit: 0.95
sigma_hit: 0.2
sigma_hit: 0.15
z_short: 0.1
z_max: 0.05
z_rand: 0.05
Expand Down

0 comments on commit 1786450

Please sign in to comment.