Skip to content
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

Very slow visualization update #12

Open
pauljurczak opened this issue Mar 28, 2020 · 2 comments
Open

Very slow visualization update #12

pauljurczak opened this issue Mar 28, 2020 · 2 comments

Comments

@pauljurczak
Copy link

pauljurczak commented Mar 28, 2020

I've just built FIESTA on Ubuntu 18.04 with ROS Melodic and I'm getting very slow grid updates when running cow_and_lady example on a fast CPU . UpdateESDF text messages to terminal take a few seconds to advance. Perhaps RViz is really slow with PointCloud messages, which I observed on another occasion. Is there a headless (no display) test of FIESTA available?

@frapit
Copy link

frapit commented Aug 13, 2020

I am also wondering about the real-time performance. You can change the visualize_every_n_updates parameter in the launchfile. Setting it to 1 results in an update every 3-4 seconds on a fast CPU. Setting it to 0 (no visualization) maybe doubles the update speed on the terminal but the update_esdf_every_n_sec value is set to 0.1, suggesting it sould do an update 10 times a second., which is missed by a large factor. The cow_and_lady dataset takes several minutes to complete. Is there any explanation or some tips on how to run it on a real time system? I am using ROS Melodic (Ubuntu 18.04) as well.

@qimao7213
Copy link

you can use "rosbag decompress cow_XXX.bag" before you play it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants