Search found 18 matches

by newcuriousstudent
Tue Mar 08, 2022 4:25 pm
Forum: General discussions
Topic: Big Quad Deck
Replies: 5
Views: 11797

Re: Big Quad Deck

Hi!

I tried it and it seems to be calibrated.
The drone's blinking sequence is correct, the heartbeat is there, the blue LEDS are on.
Is there anything else you think could be the issue?
by newcuriousstudent
Tue Mar 08, 2022 1:38 pm
Forum: General discussions
Topic: Big Quad Deck
Replies: 5
Views: 11797

Re: Big Quad Deck

Hello!
Thank you for your response!
How can I make sue the CF is calibrated?
If it is not calibrated how would I calibrate it?
by newcuriousstudent
Mon Mar 07, 2022 4:18 pm
Forum: General discussions
Topic: Big Quad Deck
Replies: 5
Views: 11797

Big Quad Deck

Hi! So my friends and are are setting up the big quad deck to work on a larger drone. We modified the firmware of the crazyflie just like the required steps: https://www.bitcraze.io/products/bigquad-deck/ The drone connects to the the motor controls and the motor. The motor controllers do not beep j...
by newcuriousstudent
Tue Nov 24, 2020 1:31 am
Forum: Loco Positioning System
Topic: big quad plus LPS
Replies: 1
Views: 1039

big quad plus LPS

Hello! How would a big quad deck connect drone (the frame of the big drone) be to work with the LPS system aswell? I have a big drone that I want to fly with the crazyflie big deck and the LPS at the same time. The big quad I am using has a few parts that are metal (specifically the Power Distributi...
by newcuriousstudent
Wed Oct 07, 2020 6:01 pm
Forum: Loco Positioning System
Topic: log and fly class
Replies: 3
Views: 1426

Re: log and fly class

Hey,
I just figured it out.
please disregard those messages.
by newcuriousstudent
Wed Oct 07, 2020 5:15 pm
Forum: Loco Positioning System
Topic: log and fly class
Replies: 3
Views: 1426

Re: log and fly class

or even more simply: the only way I was able to get the class to work was with this: import logging import time import threading from threading import Thread from threading import Timer import cflib.crtp # noqa from cflib.crazyflie import Crazyflie from cflib.crazyflie.log import LogConfig import ma...
by newcuriousstudent
Wed Oct 07, 2020 2:19 pm
Forum: Loco Positioning System
Topic: log and fly class
Replies: 3
Views: 1426

log and fly class

Hello, In the questions I have asked in the previous post I made I received help in trying to log and fly at the same time. This works great! I was able to make many drones fly at the same time and log their data. But the next thing I was trying to do is to set up the code from: https://www.bitcraze...
by newcuriousstudent
Mon Sep 28, 2020 12:56 am
Forum: Loco Positioning System
Topic: positioning question
Replies: 13
Views: 4415

Re: positioning question

Thanks a lot guys!
I was able to finally get logging to work!

@arnaud
So what you are referring to would let me fly a drone and get the position at the same time, right?
by newcuriousstudent
Mon Sep 14, 2020 12:17 am
Forum: Loco Positioning System
Topic: positioning question
Replies: 13
Views: 4415

Re: positioning question

Also for the logging config: lg_stab = LogConfig(name='Stabilizer', period_in_ms=50) lg_stab.add_variable('stateEstimate.x', 'float') lg_stab.add_variable('stateEstimate.y', 'float') lg_stab.add_variable('stateEstimate.z', 'float') I got the crazyflie's python script to run with this. But how do I g...
by newcuriousstudent
Sun Sep 13, 2020 9:19 pm
Forum: Loco Positioning System
Topic: positioning question
Replies: 13
Views: 4415

Re: positioning question

Hi again! So I attempted the basiclog.py example. I cannot seem to get it to work. When I run the program I keep getting: Scanning interfaces for Crazyflies... Crazyflies found: No Crazyflies found, cannot run example I have a crazyflie on and everything. I have tried this while another script is ru...