UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
reflection_predicate.hpp
1
42#ifndef UFO_MAP_REFLECTION_REFLECTION_PREDICATE_HPP
43#define UFO_MAP_REFLECTION_REFLECTION_PREDICATE_HPP
44
45// UFO
46#include <ufo/map/reflection/predicate/hits.hpp>
47#include <ufo/map/reflection/predicate/hits_interval.hpp>
48#include <ufo/map/reflection/predicate/misses.hpp>
49#include <ufo/map/reflection/predicate/misses_interval.hpp>
50#include <ufo/map/reflection/predicate/reflection_map.hpp>
51#include <ufo/map/reflection/predicate/reflectiveness.hpp>
52#include <ufo/map/reflection/predicate/reflectiveness_interval.hpp>
53
54#endif // UFO_MAP_REFLECTION_REFLECTION_PREDICATE_HPP