You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: