Skip to content

Commit

Permalink
Added -q to unzip
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Mar 11, 2024
1 parent ea95135 commit caa968c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ cd regression_test_data

# Download the input data
wget 'https://drive.google.com/uc?export=download&id=1E-_zj2nchmntioSJJgyoDQEYHtrs3o-C' -O ndt_omp_regression_test_input.zip --quiet
unzip ndt_omp_regression_test_input.zip
unzip -q ndt_omp_regression_test_input.zip
rm ndt_omp_regression_test_input.zip

# Download the map data
wget https://github.com/tier4/AWSIM/releases/download/v1.1.0/nishishinjuku_autoware_map.zip --quiet
unzip nishishinjuku_autoware_map.zip
unzip -q nishishinjuku_autoware_map.zip
rm nishishinjuku_autoware_map.zip
mv nishishinjuku_autoware_map/pointcloud_map.pcd ./input/
rm -rf nishishinjuku_autoware_map

0 comments on commit caa968c

Please sign in to comment.