Search found 9 matches

by giggi
Thu Aug 26, 2021 8:18 am
Forum: Developer Discussions
Topic: Moving Code from Deck-Driver to App-Layer
Replies: 11
Views: 9372

Re: Moving Code from Deck-Driver to App-Layer

marcus wrote: Mon Aug 23, 2021 11:12 am Hi!

Kimberly is off on vacation so I just wanted to check how things are going with this. Did you manage to get it working?
Hi Marcus

Thanks for checking!
But no, still the same problem...
by giggi
Thu Aug 12, 2021 2:14 pm
Forum: Developer Discussions
Topic: Moving Code from Deck-Driver to App-Layer
Replies: 11
Views: 9372

Re: Moving Code from Deck-Driver to App-Layer

Thanks a lot for checking on that! Actually, that's the way I build up the app. I've started from the example and added the code from my deck-driver. If I disable the code which is using the locodeck, then everything works. But that is actually my contribution, to use the locodeck to measure the dis...
by giggi
Wed Aug 11, 2021 12:19 pm
Forum: Developer Discussions
Topic: Moving Code from Deck-Driver to App-Layer
Replies: 11
Views: 9372

Re: Moving Code from Deck-Driver to App-Layer

Using 300 works as well, without connecting to the client. But when I connect, it fails again. But with a different Error: SYS: The system resumed after a failed assert [WARNING] SYS: Assert failed at ../crazyflie-firmware/src/drivers/src/uart_syslink.c:383 SYS: cfAssertNormalStart [FAIL] A 1000 mig...
by giggi
Wed Aug 11, 2021 12:00 pm
Forum: Developer Discussions
Topic: Moving Code from Deck-Driver to App-Layer
Replies: 11
Views: 9372

Re: Moving Code from Deck-Driver to App-Layer

Tried multiple from 1000 to 10000.
But did not make a difference...
kimberly wrote: Wed Aug 11, 2021 10:18 am Thanks!

Hmmm.. it seems that the task app is using a lot of stack... What did you fill in for the APP_STACKSIZE define makefile of the app layer?
by giggi
Wed Aug 11, 2021 9:54 am
Forum: Developer Discussions
Topic: Moving Code from Deck-Driver to App-Layer
Replies: 11
Views: 9372

Re: Moving Code from Deck-Driver to App-Layer

Hi Kimberly Thanks for the fast reply! Here is the output from make: Flash | 257312/1032192 (25%), 774880 free | text: 251304, data: 6008, ccmdata: 0 RAM | 92292/131072 (70%), 38780 free | bss: 86284, data: 6008 CCM | 58540/65536 (89%), 6996 free | ccmbss: 58540, ccmdata: 0 And this is the task-dump...
by giggi
Tue Aug 10, 2021 3:34 pm
Forum: Developer Discussions
Topic: Moving Code from Deck-Driver to App-Layer
Replies: 11
Views: 9372

Moving Code from Deck-Driver to App-Layer

Hi everyone, I've moved all my code, which was implemented on the Deck-Driver to the app-Layer for better version control and future updated. It basically consists of 2 FreeRTOS-Tasks which use the Loco-Deck to measure distances to other drones in the swarm. Those tasks have the highest priority, wh...
by giggi
Mon Jan 25, 2021 4:44 pm
Forum: Loco Positioning System
Topic: LPS with drones as anchors
Replies: 5
Views: 4848

Re: LPS with drones as anchors

Thanks Kimberly!

It actually was one prop that was causing the error!

In your TWR algorithm, are you overlapping the measurement or are the anchors sequentially ranged?
by giggi
Tue Dec 15, 2020 3:31 pm
Forum: Loco Positioning System
Topic: LPS with drones as anchors
Replies: 5
Views: 4848

Re: LPS with drones as anchors

Thanks Kristoffer! Well, then I probably haven't seen any outlier, when the "treshold" is in the order of hundreds of meters. Sometimes I have outliers which are like one meter off. This thesis sounds interesting! Thanks for the link. I'm still having some problems with the stock loco-posi...
by giggi
Thu Dec 03, 2020 10:55 am
Forum: Loco Positioning System
Topic: LPS with drones as anchors
Replies: 5
Views: 4848

LPS with drones as anchors

Hi everyone, I'm developing a system, where a drone can also act as an anchor in a TWR-based system, when it is placed on the ground. At the moment I use the normal anchors as anchors :-) I'm using the loco-deck, so I disabled the locodeck-driver and wrote a new one. It works, but the problem is, th...