-
Notifications
You must be signed in to change notification settings - Fork 219
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
The merge is so slow #28
Comments
I've never heard of this kind of issues, and we're used to use the merger in our vehicle in "real-time" (as far as realtime can be in ROS). Have you changed something in the code? Maybe is something that has to do with the queues and timestamps, I don't really know, but I can say that it's not normal. |
Is the frequency of the lasers you merge the same? |
Ok, thank you. Then I suppose that there are something wrong. |
In this video show the issue |
no idea on this side.. maybe the TF tree is updated with delay on your configuration; check the timestamps of the laser messages and the TF messages too; @pietrocolombo was talking about the frequency of the simulated lidar, I think both are at 5Hz right? and please, please, please, paste text/code next time, not screenshots ;-) |
ok, this is the code
And yes, both scanners are update at 5hz. And for my TF three i use the robot_state_publisher, this is the launch and the frecuency is 50 hz ` ` |
sorry but in the comment no appears the code, and i'm trying to put it but it doesn't appear. But the update is 50 hz |
sorry i unintentionally press the button that close this issue. |
what is your system configuration? can you upload a picture of your TF tree? and please check the timestamps of the laser messages. |
Hi
Now I'm working with it but I have a issue, when I use it the result of the merge is so slow, the time delay is three or more seconds, it's normal? I'm using Ros Melodic and Gazebo for simulate the scanners, but when in the simulation I put an object the topic of the one of the scanners show the object immediately (in rviz) but the topic of the merge show the object later than three or more seconds, it work with this times or I have to change something?
Thanks
The text was updated successfully, but these errors were encountered: