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
Hello, when using the beta code (python3 beta.py --num_drones 2) (I ofc did the ./clone_bfs.sh 2), the code is crashing due to the fact that the file "beta.csv" is missing in the assets folder. Looking at the code of beta.py, line 105 indeed code is trying to access the beta.csv file. So my question is, where is it supposed to be ? Is it supposed to be generated in some ways ? There is however beta-traj.csv in the assets folder (opened by beta.py line 91)
The text was updated successfully, but these errors were encountered:
Hello, when using the beta code (python3 beta.py --num_drones 2) (I ofc did the ./clone_bfs.sh 2), the code is crashing due to the fact that the file "beta.csv" is missing in the assets folder. Looking at the code of beta.py, line 105 indeed code is trying to access the beta.csv file. So my question is, where is it supposed to be ? Is it supposed to be generated in some ways ? There is however beta-traj.csv in the assets folder (opened by beta.py line 91)
The text was updated successfully, but these errors were encountered: