the accuracy about the loco positioning system

All discussions related to the Loco Positioning system
Post Reply
liuyuzhen
Beginner
Posts: 14
Joined: Sun Sep 24, 2017 4:07 am

the accuracy about the loco positioning system

Post by liuyuzhen »

Hi,

I aim to achieve multiple crazyflies formation task with the loco positioning system,but I see the system only has an accuracy in the 10 cm range.Is this accuracy too low? The vicon could have a accuracy in the 1mm range.
Another question is taht I don't know how to use the crazyflie-lib-python.I see the firmware code is C. Should i call crazyflie-python-lib with C?
Please give me some advice.
Thank you!
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: the accuracy about the loco positioning system

Post by arnaud »

Hi,
The 10cm are absolute ranging precision as specified by the UWB radio chip manufacturer. We have see a bit better precision than that, mostly in X-Y, using two way ranging. For flying Crazyflies in formation the TDoA mode is required but it is still considered experimental. You will have to see with your application what precision you need, for sure LPS will be less accurate than a motion capture system like Vicon, you have to find out what is the requirement for your application.

Crazyflie firmware is written in C, this code runs in the Crazyflie itself. The crazyflie python lib is written in Python and is running on the PC side, if you use it you will use it from a python program. There is also a ROS driver and the Crazyswarm project (http://crazyswarm.readthedocs.io/en/latest/) that can be used to fly a swarm of Crazyflies.
Post Reply