mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 20:27:57 +08:00
update docker_run.sh
Signed-off-by: Nicolae Rosia <nicolae.rosia@gmail.com>
This commit is contained in:
committed by
Lorenz Meier
parent
3dd32492de
commit
5e57594fba
@@ -5,7 +5,7 @@ if [[ $@ =~ .*px4fmu.* ]]; then
|
||||
PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2017-06-01"
|
||||
elif [[ $@ =~ .*rpi.* ]] || [[ $@ =~ .*bebop.* ]]; then
|
||||
# posix_rpi_cross, posix_bebop_default
|
||||
PX4_DOCKER_REPO="px4io/px4-dev-raspi:2017-04-22"
|
||||
PX4_DOCKER_REPO="px4io/px4-dev-raspi:2017-05-31"
|
||||
elif [[ $@ =~ .*eagle.* ]] || [[ $@ =~ .*excelsior.* ]]; then
|
||||
# eagle, excelsior
|
||||
PX4_DOCKER_REPO="lorenzmeier/px4-dev-snapdragon:2017-01-14"
|
||||
|
||||
Reference in New Issue
Block a user