Skip to content

Commit

Permalink
correct README
Browse files Browse the repository at this point in the history
  • Loading branch information
olliw42 committed Nov 26, 2020
1 parent 49b17a7 commit 51535eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ In order to build BetaPilot 4.0 (BetaCopter/BetaPlane), do this:

- Follow the instructions in the ArduPilot wiki for installing the build environment.
- Clone this fork and checkout the desired BetaPilot (BetaCopter/BetaPlane) branch.
- Ensure that all git submodules are there. Run git submodule update --init -- recursive.
- Copy the three files ardupilotmega.xml, common.xml, and stoem32_4ap.xml from the \mavlink_withmostbasicadditions folder to the ardupilot\modules\mavlink\message_definitions\v1.0 folder. This will overwrite files existing there. (This step is crucuial since ArduPilot does not support the latest MAVLink standard, which STorM32 needs).
- Ensure that all git submodules are there. Run git submodule update --init --recursive.
- Copy the three files ardupilotmega.xml, common.xml, and storm32_4ap.xml from the \mavlink_withmostbasicadditions folder to the ardupilot\modules\mavlink\message_definitions\v1.0 folder. This will overwrite files existing there. (This step is crucuial since ArduPilot does not support the latest MAVLink standard, which STorM32 needs).
- Compile for your board follow the instructions in the ArduPilot wiki for compiling.


Expand Down

0 comments on commit 51535eb

Please sign in to comment.