Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

If Jevois already has linux OS, why not just simply import and use the dronekit library to send Mavlink messages ?

0 votes
related to an answer for: MAVLink Integration - starter example
asked Feb 9, 2019 in Programmer Questions by KH (120 points)

1 Answer

0 votes
yes, great idea. Is dronekit pure python, or is there some compiled C++ behind the scenes? If pure python, you can just put those python files in your python module's directory on the microSD card and then import the library.
answered Feb 13, 2019 by JeVois (46,580 points)
...