Skip to content

Commit

Permalink
[FIX] add survey1 in process_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hollydinkel committed Mar 26, 2024
1 parent d60b242 commit 2118e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cp -r data/ ../
rm -rf data/
rm $DATA/data.zip

for SURVEY_NUMBER in 2 3 4
for SURVEY_NUMBER in 1 2 3 4
do
export SURVEY=$SURVEY_NUMBER
cd $DATA && python3 $ASTROBEE_CHANGE_DETECTION/astrobee_data_processing_scripts/poses_to_file.py $SURVEY $DATE $ROBOT
Expand Down

0 comments on commit 2118e26

Please sign in to comment.