-
Notifications
You must be signed in to change notification settings - Fork 1
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
Not able to view Reachability Map on RVIZ #1
Comments
Hello, sorry for the late response. Is your rviz node connected to the same ROS master? |
Yes the rviz node is connected to the same ROS master. I'm no longer working on this project, so if anyone is working on this feel free to followup on this thread. |
Hello, I'm having a similar problem. I started with the same problem as @youliangtan. Now, I have no errors, and messages are arriving to ReachabilityMap topic. I have executed acoding to your instructions Would you happen to know why is this? Best |
Hi, this is due to different TF versions in ROS. ROS Noetic uses TF2, and in TF2, the naming convention for frame_id does not include a backslash "\". |
Thanks a lot @lexidliny, that was exactly the problem. |
I also had this issue, but my solution was slightly different. I am on ROS Kinetic and I had to edit the line lexidliny mentions above ( |
Hi, this is the first attempt for me to try this pkg. I am currently using it with https://github.com/iROSA-lab/sampled_reachability_maps . (ros noetic on ubuntu 20.04)
I followed the README instructions in running the code. However I'm not able to view any of the samples in rviz. As you can see from the screenshot, the reachabilitymap msg is received. With a quick
rostopic echo
, I'm able see points in the msg printout. Would kindly need help on this. Thanks in advanceThe text was updated successfully, but these errors were encountered: