|
|
|
@ -4,7 +4,7 @@ if [ -z ${PX4_DOCKER_REPO+x} ]; then
@@ -4,7 +4,7 @@ if [ -z ${PX4_DOCKER_REPO+x} ]; then
|
|
|
|
|
echo "guessing PX4_DOCKER_REPO based on input"; |
|
|
|
|
if [[ $@ =~ .*px4_fmu.* ]]; then |
|
|
|
|
# nuttx-px4fmu-v{1,2,3,4,5} |
|
|
|
|
PX4_DOCKER_REPO="px4io/px4-dev-nuttx-focal:2021-02-04" |
|
|
|
|
PX4_DOCKER_REPO="px4io/px4-dev-nuttx-focal:2021-04-29" |
|
|
|
|
elif [[ $@ =~ .*navio2.* ]] || [[ $@ =~ .*raspberry.* ]] || [[ $@ =~ .*beaglebone.* ]] || [[ $@ =~ .*pilotpi.default ]]; then |
|
|
|
|
# beaglebone_blue_default, emlid_navio2_default, px4_raspberrypi_default, scumaker_pilotpi_default |
|
|
|
|
PX4_DOCKER_REPO="px4io/px4-dev-armhf:2021-02-04" |
|
|
|
@ -30,7 +30,7 @@ fi
@@ -30,7 +30,7 @@ fi
|
|
|
|
|
|
|
|
|
|
# otherwise default to nuttx |
|
|
|
|
if [ -z ${PX4_DOCKER_REPO+x} ]; then |
|
|
|
|
PX4_DOCKER_REPO="px4io/px4-dev-nuttx-focal:2020-09-14" |
|
|
|
|
PX4_DOCKER_REPO="px4io/px4-dev-nuttx-focal:2021-04-29" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# docker hygiene |
|
|
|
|