Skip to content
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 while creating inverse reachability map #68

Open
Kaushik093 opened this issue Jul 5, 2022 · 1 comment
Open

Error while creating inverse reachability map #68

Kaushik093 opened this issue Jul 5, 2022 · 1 comment

Comments

@Kaushik093
Copy link

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?

@MShields1986
Copy link

MShields1986 commented Apr 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants