Search found 17 matches

by anomi
Fri Jun 12, 2020 11:57 am
Forum: General discussions
Topic: flying a crazyflie using uav_trajectories
Replies: 7
Views: 2875

Re: flying a crazyflie using uav_trajectories

yes i did that before, I have the drone that flies but is not stable, and does not follow my trajector.
by anomi
Fri Jun 12, 2020 7:26 am
Forum: General discussions
Topic: flying a crazyflie using uav_trajectories
Replies: 7
Views: 2875

Re: flying a crazyflie using uav_trajectories

I just checked my Csv file I found that the duration is in the first column like the python file. The problem is that the Csv file contains 25 columns but on the other hand the python file needs 33 columns to fly, that's why he displayed this error: struct.error: pack expected 8 items for packing (g...
by anomi
Thu Jun 11, 2020 7:16 am
Forum: General discussions
Topic: flying a crazyflie using uav_trajectories
Replies: 7
Views: 2875

Re: flying a crazyflie using uav_trajectories

Thank you for your reply I generate the beziez file, i think is polynomial format, and after that i wrote a script to read each line of my csv file, i paste the result to autonomous_sequence_high_level.py . but the problem i get this error when a execute the autonomous_sequence_high_level.py. Connec...
by anomi
Wed Jun 10, 2020 1:58 pm
Forum: General discussions
Topic: flying a crazyflie using uav_trajectories
Replies: 7
Views: 2875

flying a crazyflie using uav_trajectories

Hello

After going through all the steps to install tool uav : https://github.com/whoenig/uav_trajectories.

I managed to generate my bezier1 file, now I would like to know how I can fly my crazyflie with a csv file and autonomous_sequence_high_level

Thanks in advance
by anomi
Mon Jun 08, 2020 1:31 pm
Forum: General discussions
Topic: [SOLVED] fly two crazyflie with the Loco Positioning system
Replies: 4
Views: 2096

Re: fly two crazyflie with the Loco Positioning system

thank you very much it's work with me after switching to mode TDoA2
by anomi
Thu Jun 04, 2020 5:43 pm
Forum: General discussions
Topic: [SOLVED] fly two crazyflie with the Loco Positioning system
Replies: 4
Views: 2096

Re: fly two crazyflie with the Loco Positioning system

Thank you for your reply I executed the swarmSequence.py after modifying it to fly two drones, I gave a sequence for each drone. But the problem is that when I execute the script only one drone which follows the sequence and the other it becomes completely unstable I don't know what the problem is. ...
by anomi
Wed Jun 03, 2020 7:19 pm
Forum: General discussions
Topic: [SOLVED] fly two crazyflie with the Loco Positioning system
Replies: 4
Views: 2096

[SOLVED] fly two crazyflie with the Loco Positioning system

hello, I installed the Loco Positioning system, and i have flown 1 crazyflie perfectly with the autonomousSequence script. Now I would like to fly two drones with the Loco Positioning system, But I have not been able to find anything. Does anyone have a example or some information to start? Thank yo...