-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in local map building #1
Comments
PointCloudMapper.cc if (!map_octree_->isVoxelOccupiedAtPoint(p)) { to: double min_x, min_y, min_z, max_x, max_y, max_z; if (!isInBox || !map_octree_->isVoxelOccupiedAtPoint(p)) { |
Start building local map... |
There is another PointCloudMapper.cc in calibration file, please check |
I have modified the file in calibration and mapping,while I still get an error like that.Can you tell me how to solve this problem?Thanks. Start building local map... |
create a dir named "H_LiDAR_Map" |
this is a same problem , you can change the code in /calibration/PointCloudMapper.cpp in function bool PointCloudMapper::InsertPoints(const PointCloud::ConstPtr& points, |
Start building local map...
Loaded 1182 frames from Base-LiDAR
mapping: /build/pcl-OilVEB/pcl-1.8.1+dfsg1/octree/include/pcl/octree/impl/octree_pointcloud.hpp:688: void pcl::octree::OctreePointCloud<PointT, LeafContainerT, BranchContainerT, OctreeT>::genOctreeKeyforPoint(const PointT&, pcl::octree::OctreeKey&) const [with PointT = pcl::PointXYZ; LeafContainerT = pcl::octree::OctreeContainerPointIndices; BranchContainerT = pcl::octree::OctreeContainerEmpty; OctreeT = pcl::octree::OctreeBase<pcl::octree::OctreeContainerPointIndices, pcl::octree::OctreeContainerEmpty>]: Assertion `key_arg.x <= this->max_key_.x' failed.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: