Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. sudo apt-get install g++ make pkg-config python python-dev python-lxml python-pip
  2. sudo pip install future
  3. git clone https://github.com/ArduPilot/ardupilot
  4. cd ardupilot
  5. git branch -a  # <-- See all available branches.
  6. git checkout Copter-3.6  # <-- Select one of the ArduCopter branches.
  7. git submodule update --init --recursive
  8. ./waf configure --board=blue  # <-- BeagleBone Blue.
  9. ./waf
  10. sudo cp ./build/blue/bin/a* /usr/bin/ardupilot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement