We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the command rosrun map_creator create_inverse_reachability_map {reachability map} I get the following error .
rosrun map_creator create_inverse_reachability_map {reachability map}
[ INFO] [1657003801.201813186]: Creating map with default name. [ INFO] [1657003801.203122128]: Opening map elfin5_r0.08_reachability_ssr.h5 [ INFO] [1657003801.204203088]: Opening map elfin5_r0.08_reachability_ssr.h5 [ INFO] [1657003802.711464680]: Number of poses in RM: 209614 [ INFO] [1657003802.711503689]: Number of voxels: 185193 create_inverse_reachability_map: /build/pcl-OilVEB/pcl-1.8.1+dfsg1/octree/include/pcl/octree/impl/octree_pointcloud.hpp:689: 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.y <= this->max_key_.y' failed. Aborted (core dumped)
The reachability map is working fine and I am able to visualize it perfectly in Rviz. How do I fix this?
The text was updated successfully, but these errors were encountered:
Same issue here, @Kaushik093 did you make any progress with this?
I found something similair over here
Update:
Implemented a fix in my fork's noetic branch
Sorry, something went wrong.
No branches or pull requests
When I run the command
rosrun map_creator create_inverse_reachability_map {reachability map}
I get the following error .[ INFO] [1657003801.201813186]: Creating map with default name. [ INFO] [1657003801.203122128]: Opening map elfin5_r0.08_reachability_ssr.h5 [ INFO] [1657003801.204203088]: Opening map elfin5_r0.08_reachability_ssr.h5 [ INFO] [1657003802.711464680]: Number of poses in RM: 209614 [ INFO] [1657003802.711503689]: Number of voxels: 185193 create_inverse_reachability_map: /build/pcl-OilVEB/pcl-1.8.1+dfsg1/octree/include/pcl/octree/impl/octree_pointcloud.hpp:689: 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.y <= this->max_key_.y' failed. Aborted (core dumped)
The reachability map is working fine and I am able to visualize it perfectly in Rviz. How do I fix this?
The text was updated successfully, but these errors were encountered: