7#ifndef SE_INTEGRATOR_MEASUREMENT_HPP
8#define SE_INTEGRATOR_MEASUREMENT_HPP
10#include <Eigen/Geometry>
18template<
typename SensorT,
typename T>
22 const Eigen::Isometry3f
T_WC;
24 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
29template<
typename SensorT,
typename T>
38template<
typename SensorT>
41 std::optional<Measurement<SensorT, colour_t>>
colour = std::nullopt;
44 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
50template<
typename SensorT>
53template<
typename SensorT>
57template<
typename SensorT>
Helper wrapper to allocate and de-allocate octants in the octree.
Definition bounded_vector.hpp:14
Contains an image captured from sensor at pose T_WC.
Definition measurement.hpp:19
const Image< T > & image
Definition measurement.hpp:20
const SensorT & sensor
Definition measurement.hpp:21
const Eigen::Isometry3f T_WC
Definition measurement.hpp:22
Contains measurements from different modalities that must be integrated together.
Definition measurement.hpp:39
se::Image< float > * depth_sigma
Definition measurement.hpp:42
Measurement< SensorT, float > depth
Definition measurement.hpp:40
std::optional< Measurement< SensorT, colour_t > > colour
Definition measurement.hpp:41