Search found 7 matches

by Hubert
Mon Mar 15, 2021 3:26 pm
Forum: Loco Positioning System
Topic: Negative Kalman gains in Bitcraze EKF for the distance measurments
Replies: 2
Views: 2011

Re: Negative Kalman gains in Bitcraze EKF for the distance measurments

Thanks!

That did help clear it up a fair bit for me.
by Hubert
Tue Mar 02, 2021 2:23 pm
Forum: Loco Positioning System
Topic: Negative Kalman gains in Bitcraze EKF for the distance measurments
Replies: 2
Views: 2011

Negative Kalman gains in Bitcraze EKF for the distance measurments

Hi all, The last few weeks, I've been learning the ins and out of (extended) Kalman filters to understand how the fusion of distances is implemented. To visualize such a filter, I have created a simple Kalman filter algorithm in python that can determine 2D positions from when given range measuremen...
by Hubert
Tue Sep 15, 2020 7:11 pm
Forum: Developer Discussions
Topic: Retreiving anchor positions causes crash
Replies: 1
Views: 819

Retreiving anchor positions causes crash

Hi All, I'm trying to get the positions of the anchors, but calling the locoDeckGetAnchorPosition like this seems o make the software crash. The the console repeats ESTKALMAN: state out of bounds, resetting. Why does retrieving the anchor positions make the kalman filter crash? point_t point; for(ui...
by Hubert
Mon Sep 14, 2020 12:03 pm
Forum: Developer Discussions
Topic: Get position crazyflie for output uart
Replies: 4
Views: 1411

Re: Get position crazyflie for output uart

Thanks! That is exactly what I needed. I am still having one other is now though, I'm also trying to get the positions of the anchors, but calling the locoDeckGetAnchorPosition like this seems o make the software crash. The the console repeats ESTKALMAN: state out of bounds, resetting. Why does retr...
by Hubert
Mon Sep 07, 2020 3:43 pm
Forum: Developer Discussions
Topic: Get position crazyflie for output uart
Replies: 4
Views: 1411

Get position crazyflie for output uart

Hi all,

This might be a very simple question, but how/where can I get the current position as estimated by the crazyflie?
I need to print this over the serial port about every second, and I'm getting kind of lost in the kalman filter.

(ps. I'm using the loco uwb deck for the positioning)


Thanks!
by Hubert
Wed Sep 02, 2020 6:04 pm
Forum: Loco Positioning System
Topic: LPS Node as Tag and Anchor
Replies: 12
Views: 6781

Re: LPS Node as Tag and Anchor

Hi Arnaud, Could you maybe elaborate on how to achieve this: For TWR (ie. to use a single tag in the system): the node can range with anchors an output ranges on its USB serial port I would like to get the distances to nodes from a loco node positioned as a TWR tag so that a second (external) mcu (c...