Implementation of a beam sensor model for range finders. More...
#include <algorithm>
#include <cmath>
#include <random>
#include <vector>
#include <beluga/algorithm/raycasting.hpp>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/transform.hpp>
#include <sophus/se2.hpp>
#include <sophus/so2.hpp>
Go to the source code of this file.
Classes | |
struct | beluga::BeamModelParam |
Parameters used to construct a BeamSensorModel instance. More... | |
class | beluga::BeamSensorModel< OccupancyGrid > |
Beam sensor model for range finders. More... | |
Namespaces | |
beluga | |
The main Beluga namespace. | |
Implementation of a beam sensor model for range finders.
Definition in file beam_model.hpp.