reuleaux icon indicating copy to clipboard operation
reuleaux copied to clipboard

issue for reachability map visualizing in ros noetic

Open Erixar opened this issue 3 years ago • 3 comments

There are some problems when i was tried to visualizing the reachability map in rviz as tutorial , there just... nothing happend. the file I've chosen is the demo https://github.com/jontromanab/ikfast_and_reach_maps.git
When i started with rosrun map_creator load_reachability_map abb_irb2400_r0.09_reachability.h5 the terminal just shows [ INFO] [1640604031.604953992]: Opening map abb_irb2400_r0.09_reachability.h5 and that's what happend in rviz img

I'm new of ROS, and i have no idea about that. is that because i'm using noetic?

Erixar avatar Dec 27 '21 11:12 Erixar

You'd better set Fixed Frame to base_link instead of map.

ichdich avatar May 23 '22 01:05 ichdich

I ran into the same problem. Just remove the slash in this line and recompile.

If I'm not mistaken, a preceeding slash is a namespacing functionality in TF1, which is deprecated in TF2.

juntuck avatar Jun 27 '22 12:06 juntuck

A lot of stuffs have changed from TF1 to TF2. So I am not sure if this is still going to work. But @Erixar , Can you please confirm the solutions provided here resolved your problem?

jontromanab avatar Jul 04 '22 17:07 jontromanab

Applied @juntuck's fix in my fork's noetic branch and it now loads the provided maps OK.

MShields1986 avatar Apr 13 '23 13:04 MShields1986

@jontromanab Hello. Can you ask how you managed to compile on neotic? I'm having a lot of issues compiling on neotic. I would appreciate your help

liyuping0906 avatar Jul 13 '24 12:07 liyuping0906