Search found 1050 matches

by kimberly
Tue Jan 19, 2021 6:20 am
Forum: AI-deck
Topic: wifi_streaming example returns half-corrupted images
Replies: 3
Views: 1730

Re: wifi_streaming example returns half-corrupted images

Let's continue on the github issue since this discussion belong there.
by kimberly
Fri Jan 15, 2021 8:55 am
Forum: AI-deck
Topic: wifi_streaming example returns half-corrupted images
Replies: 3
Views: 1730

Re: wifi_streaming example returns half-corrupted images

Hi!

This is indeed a known issue already, but we still haven't managed to fix it so far.

I see that there is an issue open on github: https://github.com/bitcraze/AIdeck_examples/issues/40. Let's communicate further there!
by kimberly
Mon Jan 11, 2021 1:47 pm
Forum: Lighthouse positioning system
Topic: Choosing a lighthouse TOC to help detect valid tracking.[SOLVED]
Replies: 2
Views: 1351

Re: Choosing a lighthouse TOC to help detect valid tracking.

Hi! So those variables only work if you select the parameter 'lighthouse.method' to be 0. That is the crossing beams method, which will calculate the position already without interference of the kalmanfilter. I guess it would be best to check out the raw angles which is called like this: 'lighthouse...
by kimberly
Mon Jan 11, 2021 1:31 pm
Forum: General discussions
Topic: Opening Crazyflie Client
Replies: 20
Views: 5677

Re: Opening Crazyflie Client

Hi,

Did you reinstall the client with pip3 again?

Code: Select all

pip3 install cfclient
by kimberly
Fri Jan 08, 2021 2:40 pm
Forum: General discussions
Topic: [SOLVED] Changing velocity with assisted flight
Replies: 7
Views: 2281

Re: Changing velocity with assisted flight

Yeah indeed, since this is a feature that requires the source code of the client to be changed.

There are instructions how to build the cfclient from source: https://github.com/bitcraze/crazyflie-clients-python and then go to 'building from source'.
by kimberly
Fri Jan 08, 2021 12:37 pm
Forum: General discussions
Topic: [SOLVED] Changing velocity with assisted flight
Replies: 7
Views: 2281

Re: Changing velocity with assisted flight

Hi!

My colleagues saw this and they said to try to place a multiplier on these lines and build the cfclient again. Apparently the RPLimit is not used there.
by kimberly
Fri Jan 08, 2021 10:44 am
Forum: General discussions
Topic: Receive rate pitch
Replies: 4
Views: 12284

Re: Receive rate pitch

hi! Your setup looks amazing and super useful! This is something we have wanted to do for a while now already, since we do expect that the tuning can be improved. Could you specify which logs are blue and red in your plot, since that is not shown in the script? I guess that blue is 'controller.r_pit...
by kimberly
Fri Jan 08, 2021 10:38 am
Forum: Loco Positioning System
Topic: LPS System - Altitude Hold (z-position) Problem
Replies: 9
Views: 6534

Re: LPS System - Altitude Hold (z-position) Problem

Hi!

This is a pretty old thread, but we are currently discussing this on this github issue. Please provide some plots as well, to better specify how wrong the z axis is (is it a bias or all over the place).
by kimberly
Fri Jan 08, 2021 10:36 am
Forum: Developer Discussions
Topic: Debugging with STlink-V2 -- target voltage too low
Replies: 7
Views: 7146

Re: Debugging with STlink-V2 -- target voltage too low

Ah good to know! thanks for the update.
by kimberly
Fri Jan 08, 2021 10:35 am
Forum: Lighthouse positioning system
Topic: Setting and Updating Velocity
Replies: 1
Views: 1217

Re: Setting and Updating Velocity

Hi! Thanks and happy new year too you too! You can use the motion commander with start_linear_motion, as here . One step down to the commander class you could probably use this . Currently no example of it but maybe you will be able to figure it out how to get this to work. It needs to be send in a ...