supereight
Loading...
Searching...
No Matches
updater.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021-2024 Smart Robotics Lab, Imperial College London, Technical University of Munich
3 * SPDX-FileCopyrightText: 2021 Nils Funk
4 * SPDX-FileCopyrightText: 2021-2024 Sotiris Papatheodorou
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8#ifndef SE_UPDATER_HPP
9#define SE_UPDATER_HPP
10
12
13namespace se {
14
15template<typename MapT, typename SensorT>
16struct Updater {
18
20 std::vector<OctantBase*>& octant_ptrs,
21 const timestamp_t timestamp,
23};
24
25} // namespace se
26
30
31#endif // SE_UPDATER_HPP
Definition image.hpp:19
Helper wrapper to allocate and de-allocate octants in the octree.
Definition bounded_vector.hpp:14
Definition updater.hpp:16
Updater(MapT &map, std::vector< OctantBase * > &octant_ptrs, const timestamp_t timestamp, const Measurements< SensorT > &measurements)
Updater(MapT &map, const timestamp_t timestamp, const Measurements< SensorT > &measurements)