Skip to content

Commit

Permalink
[amcl] remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaxano committed Dec 29, 2022
1 parent 85fa70d commit 66ecd59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ LikelihoodFieldModelProb::sensorFunction(LaserData * data, pf_sample_set_t * set
if (z < beam_skip_distance) {
obs_count[beam_ind] += 1;
}
pz += self->z_hit_ * exp(-(z * z) / z_hit_denom );
pz += self->z_hit_ * exp(-(z * z) / z_hit_denom);
}

// Gaussian model
Expand Down

0 comments on commit 66ecd59

Please sign in to comment.