rcn-ee / repos

repos.rcn-ee.com
41 stars 30 forks source link

Ardupilot for BeagleBone Blue #26

Closed jadonk closed 7 years ago

jadonk commented 7 years ago

Can we add Ardupilot to the repo? Something like:

git clone https://github.com/ArduPilot/ardupilot
cd ardupilot
git checkout Copter-3.4.5
git submodule checkout
./waf configure --board blue
./waf
DESTDIR=/tmp/ardupilot/examples ./waf --program-group examples install
DESTDIR=/tmp/ardupilot/copter ./waf --program-group copter install
DESTDIR=/tmp/ardupilot/plane ./waf --program-group plane install
DESTDIR=/tmp/ardupilot/rover ./waf --program-group rover install

I need to actually look over the --program-group stuff and even see if it works like I think above.

RobertCNelson commented 7 years ago

this package was added.