Search found 10 matches

by gabrielalima
Thu Oct 14, 2021 1:31 pm
Forum: Developer Discussions
Topic: Crazyflie 2.0 Firmware Version
Replies: 1
Views: 667

Crazyflie 2.0 Firmware Version

Hi!

I have Crazyflie 2.0.
And I have a question: does the latest firmware version (2021.06) work on it, or does this version only work on Crazyflie 2.1?
by gabrielalima
Wed Oct 09, 2019 3:33 pm
Forum: Autonomous flight
Topic: Swarm with LPS and Polynomial Trajectory
Replies: 2
Views: 3889

Re: Swarm with LPS and Polynomial Trajectory

Hi Kristoffer, "I assume you are running from python using the Swarm class and the high level commander? You mention that you use polynomial trajectories so that should mean that you upload the trajectories and essentially just send the start command?" - Yes!!! There is a lot of communicat...
by gabrielalima
Tue Sep 24, 2019 12:32 am
Forum: Autonomous flight
Topic: Swarm with LPS and Polynomial Trajectory
Replies: 2
Views: 3889

Swarm with LPS and Polynomial Trajectory

Hi, I need an opinion ... I implemented a swarm with 2 CF 2.0, 8 LPS anchors (TDoA 3) and polynomial trajectory. When selecting aircraft order: uris = { URI1, URI2, } I notice that the performance of URI1 is always better than URI2. Independent of the aircraft, the trajectory, the Crazyradio. But sh...
by gabrielalima
Tue Sep 10, 2019 11:06 am
Forum: Autonomous flight
Topic: Swarm and UAV Trajectory
Replies: 1
Views: 3607

Re: Swarm and UAV Trajectory

Problem solved!! :D
by gabrielalima
Sun Sep 08, 2019 9:17 pm
Forum: Autonomous flight
Topic: Autonomous flight using LPS instead Motion Capture System?
Replies: 2
Views: 3864

Re: Autonomous flight using LPS instead Motion Capture System?

Hi Santiago, My situation is more or less like yours. But I have only 4 CF 2.0. Have you ever messed with them? Did you take a test? Recommends that the first thing you do is install the library: https://github.com/bitcraze/crazyflie-lib-python And also Cfclient: https://github.com/bitcraze/crazyfli...
by gabrielalima
Sat Sep 07, 2019 9:14 pm
Forum: Autonomous flight
Topic: Trajectory Generator
Replies: 0
Views: 42644

Trajectory Generator

Hi! Using the package to generate trajectories and unload on the aircraft ... I did some tests. I understand that the trajectory is smoothed and the restrictions of the aircraft are considered. But even so, I found the duration of the journey so long. A relatively short route that took longer than I...
by gabrielalima
Sat Sep 07, 2019 9:07 pm
Forum: Autonomous flight
Topic: Swarm and UAV Trajectory
Replies: 1
Views: 3607

Swarm and UAV Trajectory

Hi! In CF 2.0, I'm used to swarm flying using high level functions. And recently, I tested on an aircraft the UAV trajectory package, where you unload a trajectory based on polynomials ... Now I would like to join these programs. Swarm and trajectory. But I'm having problems ... I created a file to ...
by gabrielalima
Tue Feb 05, 2019 11:19 am
Forum: Developer Discussions
Topic: How to print the position with the swarmSequence.py
Replies: 4
Views: 3018

Re: How to print the position with the swarmSequence.py

Hi! Now, the acquisition is operating well! I created two different callbacks: position_callback1 e position_callback2 def start_position_printing(scf): if scf.cf.link_uri == 'radio://0/80/2M': log_conf = LogConfig(name='Position', period_in_ms=500) log_conf.add_variable('kalman.stateX', 'float') lo...
by gabrielalima
Mon Feb 04, 2019 9:42 pm
Forum: Developer Discussions
Topic: How to print the position with the swarmSequence.py
Replies: 4
Views: 3018

Re: How to print the position with the swarmSequence.py

The code you have written so far looks good to start a log block. If you call swarm.parallel(start_position_printing) in the with swarm block, you will start to log position for all the drones in the swarm. The scf.cf object contains the URI of the link, this would allow to identify each Crazyflie ...
by gabrielalima
Thu Jan 24, 2019 12:22 pm
Forum: Support
Topic: Could not connect to bootloader
Replies: 1
Views: 2202

Could not connect to bootloader

Good Morning! To upgrade the Crazyflie 2.0 firmware: Press the ON/OFF switch more than 1.5 second until the blue led blinks. Then release the button and the two blue leds should blink. I have four Crazyflies 2.0. In three, the procedure was successful, however, in one of them there was an error. Onl...