You don't have permission to edit metadata of this video. Edit media Dimensions x Small Medium Large Custom Subject (required) Brief Description Tags (separated by comma) Video visibility in search results Visible Hidden Parent content HUD and Motor Test of BeagleBone Blue Ardupilot Poster Upload Preview Ok Cancel
This is a test of the motors on a BeagleBone Blue Ardupilot Quadcopter using a Frsky Taranis QX7 transmitter and the Mission Planner app.
This confirms it. I'm going to try and find the source code...
I used ./waf to compile ardupilot for the bb blue as instructed by the tutorial.
https://github.com/imfatant/test
sudo apt-get install g++ make pkg-config python python-dev python-lxml python-pipsudo pip install futuregit clone github.com/.../ardupilotcd ardupilotgit branch -agit checkout Copter-3.6git submodule update --init --recursive./waf configure --board=blue./wafsudo cp ./build/blue/bin/a* /usr/bin/ardupilot
Might be found in the arducopter file provided.
https://github.com/imfatant/test/tree/master/bin
The original Ardupilot code
https://github.com/ArduPilot/ardupilot
I saw that same line. Couldn't find source code for any program loaded to those PRUs though.
Thank you.
Yes, I do believe the pru are in use.
There is a line in the Ardupilot Hardware Configuration File, "/usr/bin/ardupilot/aphw" that enables the pru.
"/bin/echo pruecapin_pu >/sys/devices/platform/ocp/ocp:P8_15_pinmux/state"
Documentation for the use of the BeagleBone Blue as a flight controller can be found in the following links.
https://github.com/mirkix/ardupilotblue
https://gist.github.com/jadonk/6080ca92d6e225eb89d33ad7744e1775
It is possible to use the Pocketbeagle as a flight controller.
https://github.com/PocketPilot/PocketPilot/blob/master/PocketInstructions.md
Top Comments