ai flight control

Discussions about the AI-deck
Post Reply
JaeDeok
Beginner
Posts: 24
Joined: Tue Oct 06, 2020 6:22 am

ai flight control

Post by JaeDeok »

Is there an example code for crazyflie flight control with ai-deck?

For example, an example of recognizing an arrow and moving the direction
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: ai flight control

Post by kimberly »

No there is not an navigation example yet. But if you want to do something like this yourselves, this is how I would do it.

1- Make an app with the applayer
2- Send the results from the NN as a character from the AIdeck throught UART (see here)
3- Make the app react on the log variable 'aideck.receivebyte' through the internal logging framework
tobias
Bitcraze
Posts: 2339
Joined: Mon Jan 28, 2013 7:17 pm
Location: Sweden

Re: ai flight control

Post by tobias »

Adding to this there is and ongoing work to port the dronet to the AI-deck, which was originally written for the pulp-shield. This is a very advanced demo application though which should hopefully be ported in the beginning of next year.
Post Reply