Skip to content

Commit

Permalink
Add include
Browse files Browse the repository at this point in the history
Signed-off-by: fbattocchia <[email protected]>
  • Loading branch information
fbattocchia committed Feb 28, 2025
1 parent 3a800c6 commit 16f44f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions beluga/include/beluga/sensor/likelihood_field_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@
#define BELUGA_SENSOR_LIKELIHOOD_FIELD_MODEL_HPP

#include <algorithm>
#include <beluga/sensor/likelihood_field_model_common.hpp>
#include <cmath>
#include <random>
#include <vector>

#include <beluga/actions/overlay.hpp>
#include <beluga/algorithm/distance_map.hpp>
#include <beluga/sensor/data/value_grid.hpp>
#include <beluga/sensor/likelihood_field_model_common.hpp>

/**
* \file
* \brief Implementation of a likelihood field sensor model for range finders.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
#define BELUGA_SENSOR_LIKELIHOOD_FIELD_MODEL_COMMON_HPP

#include <algorithm>
#include <beluga/actions/overlay.hpp>
#include <beluga/algorithm/distance_map.hpp>
#include <beluga/sensor/data/occupancy_grid.hpp>
#include <beluga/sensor/data/value_grid.hpp>
#include <cmath>
#include <random>
#include <range/v3/action/transform.hpp>
Expand Down
6 changes: 1 addition & 5 deletions beluga/include/beluga/sensor/likelihood_field_prob_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@
#define BELUGA_SENSOR_LIKELIHOOD_FIELD_PROB_MODEL_HPP

#include <algorithm>
#include <beluga/sensor/likelihood_field_model_common.hpp>
#include <cmath>
#include <random>
#include <vector>

#include <beluga/actions/overlay.hpp>
#include <beluga/algorithm/distance_map.hpp>
#include <beluga/sensor/data/value_grid.hpp>
#include <beluga/sensor/likelihood_field_model_common.hpp>

/**
* \file
* \brief Implementation of a likelihood field prob sensor model for range finders.
Expand Down

0 comments on commit 16f44f0

Please sign in to comment.