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
{{ message }}
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Would you have quick recommendations to tweak RRTWidget.cpp and main.cpp such that RRT does not use a GUI for the obstacle setup? My use case is: being able to run RRT experiments (after recompiling the code several times) on complicated obstacle paths. Could we store complicated obstacle setups to a file and read it in for subsequent executions? I am open to using a quick hack, and would prefer not relying on the GUI to drive the algorithm.