Skip to content

Commit 80b256c

Browse files
committed
setup.bash
1 parent 5563aa4 commit 80b256c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup_py.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "Ignoring unused Flightmare folders!"
2121
touch flightmare/flightros/CATKIN_IGNORE
2222

2323
# echo "Downloading Trajectories..."
24-
# wget "https://download.ifi.uzh.ch/rpg/Flightmare/trajectories.zip" --directory-prefix=$project_path/flightmare/flightpy/configs/vision
24+
wget "https://download.ifi.uzh.ch/rpg/Flightmare/trajectories.zip" --directory-prefix=$project_path/flightmare/flightpy/configs/vision
2525

2626
echo "Unziping Trajectories... (this might take a while)"
2727
unzip -o $project_path/flightmare/flightpy/configs/vision/trajectories.zip -d $project_path/flightmare/flightpy/configs/vision/ | awk 'BEGIN {ORS=" "} {if(NR%50==0)print "."}'

0 commit comments

Comments
 (0)