Classes | Namespaces | Typedefs | Functions
hybrid_grid.h File Reference
#include <array>
#include <cmath>
#include <limits>
#include <utility>
#include <vector>
#include "Eigen/Core"
#include "cartographer/common/make_unique.h"
#include "cartographer/common/math.h"
#include "cartographer/common/port.h"
#include "cartographer/mapping/probability_values.h"
#include "cartographer/mapping/proto/3d/hybrid_grid.pb.h"
#include "cartographer/transform/transform.h"
#include "glog/logging.h"
Include dependency graph for hybrid_grid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cartographer::mapping::DynamicGrid< WrappedGrid >
 
class  cartographer::mapping::FlatGrid< TValueType, kBits >
 
class  cartographer::mapping::HybridGrid
 
class  cartographer::mapping::HybridGridBase< ValueType >
 
class  cartographer::mapping::DynamicGrid< WrappedGrid >::Iterator
 
class  cartographer::mapping::NestedGrid< WrappedGrid, kBits >::Iterator
 
class  cartographer::mapping::FlatGrid< TValueType, kBits >::Iterator
 
class  cartographer::mapping::NestedGrid< WrappedGrid, kBits >
 

Namespaces

 cartographer
 
 cartographer::mapping
 

Typedefs

template<typename ValueType >
using cartographer::mapping::GridBase = DynamicGrid< NestedGrid< FlatGrid< ValueType, 3 >, 3 > >
 

Functions

template<typename TValueType >
bool cartographer::mapping::IsDefaultValue (const TValueType &v)
 
template<typename TElementType >
bool cartographer::mapping::IsDefaultValue (const std::vector< TElementType > &v)
 
Eigen::Array3i cartographer::mapping::To3DIndex (const int index, const int bits)
 
int cartographer::mapping::ToFlatIndex (const Eigen::Array3i &index, const int bits)
 


cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:59