Search found 21 matches

by salocinx
Thu Mar 28, 2019 6:13 pm
Forum: Loco Positioning System
Topic: How to log position data from LPS without Kalman estimator?
Replies: 5
Views: 3225

Re: How to log position data from LPS without Kalman estimator?

Thanks for your quick and detailed answer. I am indeed highly interested in gathering the position data without the Kalman filter, since it unfortunately seems not to meet our requirements. I understand, that it's most probably the best solution for the Crazyflie quadcopter. We want to track people ...
by salocinx
Tue Mar 26, 2019 11:57 am
Forum: Loco Positioning System
Topic: How to log position data from LPS without Kalman estimator?
Replies: 5
Views: 3225

Re: How to log position data from LPS without Kalman estimator?

Hi Arnaud. Thanks for your reply! We depend on TDoA, since we're going to use about 20 tags (RoadRunners & CrazyFlies 2.0) simultaneously. Since we experience some issues with the LPS positioning: A.) estimation inaccuracies while moving the tags fast -> "wrong" ellipsoid estimations B...
by salocinx
Tue Mar 26, 2019 11:16 am
Forum: Loco Positioning System
Topic: Why I cannot configure node position data ?
Replies: 3
Views: 2227

Re: Why I cannot configure node position data ?

Hi Tobias. Thanks for your reply. Yes I used the *.bin files only. Now tried with the *.zip file and it updated the NRF MCU as well as the SMT32 MCU. Many thanks for the hint!
by salocinx
Tue Mar 26, 2019 9:17 am
Forum: Loco Positioning System
Topic: How to log position data from LPS without Kalman estimator?
Replies: 5
Views: 3225

How to log position data from LPS without Kalman estimator?

Hi. Is there any raw position available in LPS so to get the position direcly bypassing the Kalman estimator? Is there any value available in the TOC before applying the Kalman estimator? If not how do you suggest I could get the direct position from LPS? I want to get the raw position to experiment...
by salocinx
Mon Mar 11, 2019 10:35 pm
Forum: Developer Discussions
Topic: SOLVED: How to dynamically change the log interval of LogConfig?
Replies: 3
Views: 2485

Re: How to dynamically change the log interval of LogConfig?

Thanks for the quick and detailed answer! For now, the current implementation does meet my requirements. In case I need more responsive interval modifications, I will follow your suggestion and take a closer look on the LogConfig implementation.
by salocinx
Fri Mar 08, 2019 2:01 pm
Forum: Developer Discussions
Topic: SOLVED: How to dynamically change the log interval of LogConfig?
Replies: 3
Views: 2485

SOLVED: How to dynamically change the log interval of LogConfig?

Hi. I am currently working with Crazyflies 2.0 and Road-Runners. I am successfully gathering data from the devices, such as the stabilizer and loco position values using Python and the LogConfig class. Is it somehow possible to alter the "period_in_ms" value dynamically without disconnecti...
by salocinx
Fri Feb 22, 2019 9:45 pm
Forum: Support
Topic: [SOLVED] Cannot run Python examples on Windows 10 -> libusb0-dll:err
Replies: 2
Views: 2509

Re: Cannot run Python examples on Windows 10 -> libusb0-dll:err

@tobias: thanks for your support. it's now working fine with Python 2.7.15 and Python 3.7.2. I switched to libusbK (v3.0.7.0) together with Python 2.7.15 which worked for me. Today I tried your suggestion and installed Python 3.7.2 and re-installed cf-lib. It's now also working fine with libusb-win3...
by salocinx
Wed Feb 13, 2019 11:03 pm
Forum: Loco Positioning System
Topic: The position data of crazyflie
Replies: 10
Views: 9560

Re: The position data of crazyflie

I have modified the ‘basiclogSync.py' to obtain the value of 'stateEstimate.x, stateEstimate.y and stateEstimate.z'
@liuyuzhen: Would you mind to share the altered code you made :) ?
by salocinx
Tue Feb 12, 2019 3:25 pm
Forum: Support
Topic: [SOLVED] Cannot run Python examples on Windows 10 -> libusb0-dll:err
Replies: 2
Views: 2509

[SOLVED] Cannot run Python examples on Windows 10 -> libusb0-dll:err

Hi. I am trying to run the Python examples (i.e. basiclog.py and ramp.py) on Windows 10. Here's my system configuration and what I have installed so far: 1.) Running Windows 10 x64 with Python 2.7.15 installed to C:/Python27 2.) Downloaded the crazyflie-lib-python project from https://github.com/bit...
by salocinx
Fri Feb 08, 2019 10:05 am
Forum: Loco Positioning System
Topic: Why I cannot configure node position data ?
Replies: 3
Views: 2227

Re: Why I cannot configure node position data ?

Ok solved the issue by manually enter the distance values. The Getting Started tutorial for the Loco Positioning system suggests, that distance values can initially be read from the nodes (which is not the case). Still open is the following question: B.) What's the difference between cf2-2019.02.bin...