Quickstart
3D LiDAR
State estimation
mp2p_icp
Learn more
namespace detail { // global functions template <typename T, std::size_t... Is> constexpr std::array<T, sizeof...(Is)> create_array( T value, std::index_sequence<Is...> ); } // namespace detail