-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# ------------------------------------------------- | ||
# APM Planner - Micro Air Vehicle Groundstation | ||
# Please see our website at <http://ardupilot.org> | ||
# Please see our website at <https://ardupilot.org> | ||
# Maintainer: | ||
# Bill Bonney <[email protected]> | ||
# Based of QGroundControl by Lorenz Meier <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
FROM ubuntu:15.10 | ||
MAINTAINER Rik Bruggink <[email protected]>, Eduardo Feo <[email protected]> | ||
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install wget | ||
RUN wget http://firmware.ardupilot.org/Tools/APMPlanner/archive/apm_planner_2.0.20_ubuntu_wily64.deb | ||
RUN wget https://firmware.ardupilot.org/Tools/APMPlanner/archive/apm_planner_2.0.20_ubuntu_wily64.deb | ||
RUN dpkg -i apm_planner_2.0.20_ubuntu_wily64.deb; exit 0 | ||
RUN apt-get -f -y install | ||
RUN rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
FROM ubuntu:xenial | ||
MAINTAINER Rik Bruggink <[email protected]>, Eduardo Feo <[email protected]> | ||
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install wget | ||
RUN wget http://firmware.eu.ardupilot.org/Tools/APMPlanner/apm_planner_2.0.24_xenial64.deb | ||
RUN wget https://firmware.ardupilot.org/Tools/APMPlanner/apm_planner_2.0.24_xenial64.deb | ||
RUN dpkg -i apm_planner_2.0.24_xenial64.deb; exit 0 | ||
RUN apt-get -f -y install | ||
RUN rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters