Closed 1messy1 closed 2 years ago
Hi 1messy1,
I have not yet fully tested RNE visualization on noetic. It should run fine on melodic though.
What I'd advice you to try, based on this ROS Answers post, is to replace all occurrences of ...frame_id = "/map";
with ...frame_id = "map";
(remove the slash) in the class RneVisulizer.
Please let me know, if this helps and I will fix it in the next commit to the master branch (which will also introduce global and local exploration).
Hi 1messy1, I have not yet fully tested RNE visualization on noetic. It should run fine on melodic though. What I'd advice you to try, based on this ROS Answers post, is to replace all occurrences of
...frame_id = "/map";
with...frame_id = "map";
(remove the slash) in the class RneVisulizer. Please let me know, if this helps and I will fix it in the next commit to the master branch (which will also introduce global and local exploration).
Hi,I've tried your method, RNE works well now. Thank you!
Great, thank you for the reply and you're welcome! :)
Hi, thank you for your work!When i run the demo in noetic, the RRG graph cannot be displayed but the topic is ok. The Error is“for frame [/map]:frame [/map] does not exist” I do not know how to solve this error.