docker_run.sh update px4-dev-snapdragon to FastRTPS 2017-07-28 tag

This commit is contained in:
Daniel Agar 2017-07-28 10:06:01 -04:00 committed by Lorenz Meier
parent 95a496d121
commit 1fcca041f3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ elif [[ $@ =~ .*rpi.* ]] || [[ $@ =~ .*bebop.* ]]; then
PX4_DOCKER_REPO="px4io/px4-dev-raspi:2017-07-27"
elif [[ $@ =~ .*eagle.* ]] || [[ $@ =~ .*excelsior.* ]]; then
# eagle, excelsior
PX4_DOCKER_REPO="lorenzmeier/px4-dev-snapdragon:2017-01-14"
PX4_DOCKER_REPO="lorenzmeier/px4-dev-snapdragon:2017-07-28"
elif [[ $@ =~ .*clang.* ]] || [[ $@ =~ .*scan-build.* ]]; then
# clang tools
PX4_DOCKER_REPO="px4io/px4-dev-clang:2017-07-27"