diff --git a/docker/Dockerfile b/docker/Dockerfile index 16f6bf6..85184a6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -42,6 +42,7 @@ RUN echo "HUMMINGBIRD=35.824822,-106.6577015,2036,0" >> $WORKSPACE/ardupilot/Too RUN echo "ARROYO_DEL_OSO=35.138824,-106.556401,1643,0" >> $WORKSPACE/ardupilot/Tools/autotest/locations.txt RUN echo "BALLOON_FIESTA=35.195006,-106.596133,1528,0" >> $WORKSPACE/ardupilot/Tools/autotest/locations.txt RUN echo "ROOSEVELT_SPRINGS=38.498443,-112.8528725,230,0" >> $WORKSPACE/ardupilot/Tools/autotest/locations.txt +RUN echo "POAS=10.190927,-84.232849,1114,0" >> $WORKSPACE/ardupilot/Tools/autotest/locations.txt # Install pexpect for ardupilot build RUN pip install pexpect