*Autonomous Drone & Flying Car
Starter Code: This was orignally from Udacity FCND-starter course kit....
Packages used:
numpy
matplotlib
jupyter
future
lxml
pymavlink
. Common MAVLink messages. We recommend glancing over these to get a feel for the type of messages send back and forth.websockets
uvloop
utm
NOTE: future
and lxml
are required by pymavlink
, and if they are not installed prior to pymavlink
this may cause issues.
NOTE: If you're on MacOS you'll need to install developer tools to install pymavlink
. You can do this by typing the following into a shell:
xcode-select --install
The recommended way to get up and running:
Get started here. More info here.
Supported Sytems: MacOS, Windows, Linux