UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
predicate.hpp
1
42#ifndef UFO_MAP_OCCUPANCY_PREDICATE_HPP
43#define UFO_MAP_OCCUPANCY_PREDICATE_HPP
44
45// UFO
46#include <ufo/map/occupancy/predicate/contains_occupancy_state.hpp>
47#include <ufo/map/occupancy/predicate/contains_occupancy_states.hpp>
48#include <ufo/map/occupancy/predicate/occupancy.hpp>
49#include <ufo/map/occupancy/predicate/occupancy_interval.hpp>
50#include <ufo/map/occupancy/predicate/occupancy_state.hpp>
51#include <ufo/map/occupancy/predicate/occupancy_states.hpp>
52
53#endif // UFO_MAP_OCCUPANCY_PREDICATE_HPP