Hi. I am trying to merge two maps generated online using octomaps. I use the octomap_point_cloud_centers as the robot_map_topic. The map_merge node will eventually crash. Initially, I get
[DEBUG] [1587718924.857625329, 4961.870000000]: received map update
[DEBUG] [1587718924.861070997, 4961.874000000]: received map update
[DEBUG] [1587718925.630798058, 4962.626000000]: Map compositing started.
However, eventually I get the following errors after which the node crashes
[pcl::ShapeContext3DEstimation::compute] input_ is empty!
[pcl::ShapeContext3DEstimation::initCompute] Init failed.
[pcl::ShapeContext3DEstimation::initCompute] Init failed.
[pcl::ShapeContext3DEstimation::compute] input_ is empty!
[pcl::ShapeContext3DEstimation::initCompute] Init failed.
[pcl::ShapeContext3DEstimation::initCompute] Init failed.
It does this with all types of descriptors.
I have tried before to merge maps generated by rtabmap and was done successfully. However, it doesn't seem to work with octomap.
@hrnr Any help is appreciated.
Here is the launch file I am using in case it helps in debugging.
Hi. I am trying to merge two maps generated online using octomaps. I use the
octomap_point_cloud_centers
as therobot_map_topic
. The map_merge node will eventually crash. Initially, I getHowever, eventually I get the following errors after which the node crashes
It does this with all types of descriptors.
I have tried before to merge maps generated by rtabmap and was done successfully. However, it doesn't seem to work with octomap.
@hrnr Any help is appreciated.
Here is the launch file I am using in case it helps in debugging.