-
Notifications
You must be signed in to change notification settings - Fork 347
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
blam_slam running error #36
Comments
I have the same issue on ubuntu 18.04 using melodic... |
I am also encountering this issue on 18.04 / melodic using bslam_offline |
Same problem here with both online and offline. Is there anyone that was able to solve it? |
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)) { |
Thanks, it works well |
after running the demo code
roslaunch blam_example test_online.launch
, it shows the following error. I have source theinternal/devel.zsh
file.The system is ubuntu: 18.04.1, ros: melodic.
SUMMARY
PARAMETERS
NODES
/blam/
blam_slam (blam_slam/blam_slam_node)
ROS_MASTER_URI=http://localhost:11311
process[blam/blam_slam-1]: started with pid [26609]
[ INFO] [1541090716.155156906]: /blam/blam_slam/BlamSlam: Registering online callbacks.
blam_slam_node: /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. [blam/blam_slam-1] process has died [pid 26609, exit code -6, cmd /home/jun/catkin_ws/src/blam/internal/devel/lib/blam_slam/blam_slam_node ~pcld:=/velodyne_points __name:=blam_slam __log:=/home/jun/.ros/log/4cd720f2-ddec-11e8-bc37-e4a7a0130394/blam-blam_slam-1.log]. log file: /home/jun/.ros/log/4cd720f2-ddec-11e8-bc37-e4a7a0130394/blam-blam_slam-1*.log all processes on machine have died, roslaunch will exit shutting down processing monitor... ... shutting down processing monitor complete done
Anyone has any idea about how could this happen? Thanks.
The text was updated successfully, but these errors were encountered: