Difference between revisions of "Autopilot"
(→Setup) |
|||
Line 2: | Line 2: | ||
Ease of development dictated the choice to run the control loop on existing hard- and software. which was chosen to be Ardupilot running on a Beaglebone blue. | Ease of development dictated the choice to run the control loop on existing hard- and software. which was chosen to be Ardupilot running on a Beaglebone blue. | ||
== Setup == | == Setup == | ||
for the beagle bone setup follow [https://ardupilot.org/copter/docs/common-beagle-bone-blue.html this] tutorial. The version used in this tutorial is old. Make sure to use version 4.3.1 using the command bellow. | |||
<code>sudo wget -O /usr/bin/ardupilot/arduplane https://firmware.ardupilot.org/Plane/stable-4.3.1/blue/arduplane</code> | |||
== Relevant links for setting up Ardupilot == | == Relevant links for setting up Ardupilot == |
Revision as of 13:55, 6 November 2022
Platform
Ease of development dictated the choice to run the control loop on existing hard- and software. which was chosen to be Ardupilot running on a Beaglebone blue.
Setup
for the beagle bone setup follow this tutorial. The version used in this tutorial is old. Make sure to use version 4.3.1 using the command bellow.
sudo wget -O /usr/bin/ardupilot/arduplane https://firmware.ardupilot.org/Plane/stable-4.3.1/blue/arduplane
Relevant links for setting up Ardupilot
https://ardupilot.org/copter/docs/common-gcs-only-operation.html
https://ardupilot.org/copter/docs/common-rangefinder-landingpage.html
https://ardupilot.org/copter/docs/setting-up-for-tuning.html
https://ardupilot.org/copter/docs/terrain-following-manual-modes.html
https://ardupilot.org/copter/docs/common-sensor-offset-compensation.html
https://ardupilot.org/copter/docs/crash_check.html
https://ardupilot.org/copter/docs/flight-modes.html --Stabalize mode seems best fit