-
Notifications
You must be signed in to change notification settings - Fork 43
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
map doesn't work #9
Comments
same problem , any solution or other way to work on SLAM? |
1 similar comment
same problem , any solution or other way to work on SLAM? |
Make sure you have the right transform tree in the lidar code. The error message on the terminal indicates that the issue is likely related to the transform tree which should look like this (if you run: |
I had the same problem, my solution was to change "laser" to "laser_frame" in the TF transformation, and the problem was solved. The overall running structure is as follows:
The problem is that the queue size is not enough, but in fact, it is not successful in building TF transformation, which leads to the inability to find the relationship between the map and laser, and unable to correctly process the received data, which leads to the queue overflow, so simply expand the queue.The queue overflowed, so simply expanding the queue length cannot actually solve the problem.You can refer to my method to check if the TF tree is successfully built. |
Hi,
I use rplidar A1 to scan, i do get the laser but it doesn't show anything if I set it on map? do you have any idea?
greetings!
The text was updated successfully, but these errors were encountered: