#include <ostream>
#include <map_merge_3d/features.h>
#include <map_merge_3d/matching.h>
#include <map_merge_3d/typedefs.h>
#include <ros/ros.h>
Go to the source code of this file.
Classes | |
struct | map_merge_3d::MapMergingParams |
Parameters for map merging high-level interface. More... | |
Namespaces | |
map_merge_3d | |
Functions | |
PointCloudPtr | map_merge_3d::composeMaps (const std::vector< PointCloudConstPtr > &clouds, const std::vector< Eigen::Matrix4f > &transforms, double resolution) |
Composes the global map. More... | |
std::vector< Eigen::Matrix4f > | map_merge_3d::estimateMapsTransforms (const std::vector< PointCloudConstPtr > &clouds, const MapMergingParams ¶ms) |
Estimate transformations between n pointclouds. More... | |
std::ostream & | map_merge_3d::operator<< (std::ostream &stream, const MapMergingParams ¶ms) |