Search found 3 matches

by dyang
Fri Nov 02, 2018 6:26 pm
Forum: Quadcopters
Topic: tdoa data of Crazyflie
Replies: 10
Views: 11762

tdoa data of Crazyflie

I want to fetch the distance of crazyflie to each loco anchor. Under the log configures, I saw there is an tdoa set and under tdoa there are some data like d0-1,d1-2, I was wondering what that data stands for.
by dyang
Wed Sep 12, 2018 5:14 pm
Forum: Quadcopters
Topic: how to classify the uris of crazyflies when they are doing swarm
Replies: 3
Views: 4950

Re: how to classify the uris of crazyflies when they are doing swarm

Could you provide some more details on how you fly your CFs? Are you using ROS or the python SDK? Hi, I am using python to run the crazyflie. And I was using those code to get the position information of the crazyflie. And the data I got were the data from all of the crazyflies together and I could...
by dyang
Wed Aug 15, 2018 4:53 pm
Forum: Quadcopters
Topic: how to classify the uris of crazyflies when they are doing swarm
Replies: 3
Views: 4950

how to classify the uris of crazyflies when they are doing swarm

I am flying a few crazyflies in parallel and want to save the log for each of them. However, when i am fetching the logs, I just fetched the log data of those three together and can not classify them. Any idea to solve this problem?