Hi all, I have just jumped into the development side of companion computer for the Pixhawk.
I am having trouble finding a forum / community for the 3DR DroneKit development.
Could anybody please point me in the right direction.
I have been setting up the ODroid with Linux as a companion and came across some problems installing pymavlink
I revived a python.h missing.
The fix was to
sudo apt-get install python-dev
Also I had to
rm -rf ~/build
To get it to work again – because the previous results had been cached.
This is an exiting time for drone development.
Replies