pulp-dronet icon indicating copy to clipboard operation
pulp-dronet copied to clipboard

The drone doesnt fly

Open SitSaw17 opened this issue 3 years ago • 6 comments

hi I have been trying to replicate this project with Crazyflies 2.0 and ai-deck. I have followed the instruction and managed to deploy the code into the drone but when I restart the drone nothing happens, any idea why?

Screenshot_from_2022-03-22_20-33-40

SitSaw17 avatar Mar 22 '22 19:03 SitSaw17

I have been trying to replicate this project with Crazyflies 2.0 and ai-deck. I have followed the instruction and managed to deploy the code into the drone but when I restart the drone nothing happens, any idea why?

Hi, Did you modified the code on Crazyflie side? According to my understanding, there is no Crazyflie-side control code in this repository, so we need to look for it, or write the Crazyflie-side control code ourselves.

ChenMathilda avatar Apr 07 '22 07:04 ChenMathilda

Hi i found an old cf control for pulp-shield https://github.com/DP8/crazyflie-firmware/blob/master/src/deck/drivers/src/pulp_shield.c. I couldn't complie it since i am using a newer version of gap_sdk. I am trying to modify ai_deck.c now instead

sithichot avatar Apr 11 '22 09:04 sithichot

Hi i found an old cf control for pulp-shield https://github.com/DP8/crazyflie-firmware/blob/master/src/deck/drivers/src/pulp_shield.c. I couldn't complie it since i am using a newer version of gap_sdk. I am trying to modify ai_deck.c now instead

Hi, Looking forward to hearing from you. By the way, did you achieved the communication between AI-deck and CF throught uart ? According to my understanding, CF need to fly autonomously based on network predictions. The network prediction results should be transmitted to Crazyflie via uart. Regard, Mathilda

ChenMathilda avatar Apr 13 '22 05:04 ChenMathilda

i manage to flash pulp-shield firmware but still nothing, so it might be as you said with the cf uart. I haven't manage to get the test_uart examples to work either.

sithichot avatar Apr 13 '22 11:04 sithichot

Screenshot from 2022-04-13 13-21-50 This is from the cfclient console at start up

sithichot avatar Apr 13 '22 11:04 sithichot

i manage to flash pulp-shield firmware but still nothing, so it might be as you said with the cf uart. I haven't manage to get the test_uart examples to work either.

Hi, is there any progress recently? About the transfer between AI-deck and CF, here is an example: https://github.com/bitcraze/aideck-gap8-examples/blob/master/examples/other/test_functionalities/uart_send_char/test.c and in this page,you can find Bitcraze & Greenwave's workshop( with video), uart is in Session3: https://github.com/pulp-platform/AI-deck-workshop. What‘s more, do you have any progress on the deployment of DroNet? Best wishes!

ChenMathilda avatar May 23 '22 04:05 ChenMathilda