3drobotics / solodevguide

Solo Development Guide (SDG).
http://dev.3dr.com/
41 stars 62 forks source link

SimpleDrone #319

Closed amyjchen closed 7 years ago

amyjchen commented 8 years ago

Where does SimpleDrone in the skywriter example come from and how can I get it?

hamishwillee commented 8 years ago

SimpleDrone is a basic API wrapper for operations to take off and move the vehicle. Looking at the requirements.txt I imagine someone forked this project https://github.com/djnugent/dronedirect and renamed it to SimpleDrone but forgot to move the requirements link.

@mrpollo Do you know where this moved to?

@amyjchen YOu could easily just replace this library with your own takeoff and move commands. It's only used to simplify the example.

mrpollo commented 7 years ago

sadly i don't @hamishwillee :(