Skip to content

Commit

Permalink
Signing off
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Palma <dpalma@symbotic.com>
  • Loading branch information
Diego Palma committed Aug 23, 2024
1 parent 8645c18 commit 32867eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beluga/include/beluga/sensor/likelihood_field_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct LikelihoodFieldModelParam {
* Used to calculate the probability of the obstacle being hit.
*/
double sigma_hit = 0.2;
/// Pre-computed unknown distance map
/// Pre-computed distance map for unkwnown spaces
double unknown_distance_map =
-2 * sigma_hit * sigma_hit *
std::log(std::sqrt(2 * Sophus::Constants<double>::pi()) * (1 - z_random) / max_laser_distance / z_hit);
Expand Down

0 comments on commit 32867eb

Please sign in to comment.