Search found 10 matches

by albussimba
Thu Jan 24, 2019 1:43 pm
Forum: Loco Positioning System
Topic: Python: Extracting Crazyflie Distance to Anchors
Replies: 3
Views: 2423

Re: Python: Extracting Crazyflie Distance to Anchors

I'm using TDoA3 but I'm unsure if the range data is being transmitted back or only the position data is being transmitted back

because in the crazyflie client the ranging data is a constant zero

Image
by albussimba
Thu Jan 24, 2019 12:09 pm
Forum: Loco Positioning System
Topic: Python: Extracting Crazyflie Distance to Anchors
Replies: 3
Views: 2423

Python: Extracting Crazyflie Distance to Anchors

Hi there,

I am wonder is it possible to read off the anchors distance to the crazyflie instead of the crazyflie position in python.

Or do i have to calculated it from the anchor position and the position that is read off the crazyflie?
by albussimba
Sat Jan 12, 2019 3:57 pm
Forum: General discussions
Topic: Reconnecting to a disconnect drone using python.
Replies: 1
Views: 13157

Reconnecting to a disconnect drone using python.

hi i am wondering if there is any way or an example code that will allow me to reconnect a disconnected drone in python.

currently my python script would stall/hang if one of the drones is disconnected.

So I'm wondering if there is any failsafe code that would allow me to reconnect the drone
by albussimba
Fri Oct 12, 2018 2:17 am
Forum: Loco Positioning System
Topic: TDoA3 with sample code
Replies: 5
Views: 2894

Re: TDoA3 with sample code

that solved my problem actually. I one of the anchors was addressed wrongly. But the error still seems a lot larger than in TWR mode. its abt +/- 20 cm in TDoA 3 vs abt +/- 5cm in TWR is there anyway to reduce this?
by albussimba
Tue Oct 09, 2018 11:16 am
Forum: Loco Positioning System
Topic: TDoA3 with sample code
Replies: 5
Views: 2894

Re: TDoA3 with sample code

I'm using 6 anchors only. But I'm in a small room ranging abt 3x1.2x3m? Was wondering if it has anything with me setting the anchor positioning. But I don't really have anyway to check because the new cfclient update have the buttons greyed out.
by albussimba
Mon Oct 08, 2018 5:09 pm
Forum: Loco Positioning System
Topic: Cfclient and loco positioning greyed out
Replies: 2
Views: 1842

Re: Cfclient and loco positioning greyed out

I am having the same issue too. on both windows and ubuntu 18.04 LTS. Try getting an older version if you are using TWR and TDoA?
by albussimba
Mon Oct 08, 2018 5:03 pm
Forum: Loco Positioning System
Topic: TDoA3 with sample code
Replies: 5
Views: 2894

TDoA3 with sample code

Have anyone tried to run the sample python codes with TDoA3? It seems like it is taking ages to get out of

Code: Select all

wait_for_position_estimator
and when it does the position given by the estimate is stuck at pos: (-100.0, -100.0, -100.0). Have anyone had a successful flight with it yet?
by albussimba
Thu Sep 06, 2018 12:40 pm
Forum: Loco Positioning System
Topic: LPS System - Altitude Hold (z-position) Problem
Replies: 9
Views: 6321

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

I have the same issue too. But these are my thoughts and maybe you can try to recreate them not sure if it would help. 1) improper calibration of anchors and blind spots Not sure if there is any available scripts to calibrate the anchors automatically. I also notice the x and y position is some what...
by albussimba
Tue Sep 04, 2018 3:27 am
Forum: Loco Positioning System
Topic: Example code autonomous Sequence not working properly
Replies: 10
Views: 5646

Re: Example code autonomous Sequence not working properly

Hi there, other then the craft must be facing in the x direction, must the nodes also be facing in the x directions? I have having some problems running the example code too. The position that I read off the the drone is accurate, but the drone still flies to one direction. I've edited the code such...
by albussimba
Sat Sep 01, 2018 3:44 pm
Forum: Support
Topic: crazyflie motors do not run using ramp.py
Replies: 1
Views: 1459

crazyflie motors do not run using ramp.py

Not sure why when I tried to run the file ramp.py https://github.com/bitcraze/crazyflie-lib-python/blob/master/examples/ramp.py . The motors of my crazyflie do not spin. There is no error when I ran the code and it connects to my crazyflie. I am using ubuntu 18.04 Also is there a take off command fo...