Search found 18 matches

by curiousstudent
Sat Feb 08, 2020 12:00 am
Forum: Bitcraze
Topic: [SOLVED] flight of flowdeck
Replies: 3
Views: 3397

Re: flight of flowdeck

Hey,

Thank you for your reply.

I tried it again today and I think there might have been a faulty connection initially (or maybe I did not plug the board in fully).
But now it works.

The first time (before asking) the drone did not redo the start sequence one i plugged it in but now it does!
by curiousstudent
Sat Feb 01, 2020 4:14 am
Forum: Bitcraze
Topic: [SOLVED] flight of flowdeck
Replies: 3
Views: 3397

[SOLVED] flight of flowdeck

Hi, Quick question. I was able to get the crazyflie to take off. But every time it takes off it flies straight into the ceiling(more than 3m from the ground). Why does it go so high? Is there anyway to change this? This is the code I used: import logging import time import cflib.crtp from cflib.craz...
by curiousstudent
Wed Jan 29, 2020 9:19 pm
Forum: Support
Topic: lack of connection after firmware update
Replies: 4
Views: 3522

Re: lack of connection after firmware update

First of all, Thank You very much for your response. So, I did the update through the client. So using your advice I was able to find the address. But once I put that into the python script I got this error: Connecting to radio://0/75/2M Connection to radio://0/75/2M failed: Too many packets lost Tr...
by curiousstudent
Sat Jan 25, 2020 1:34 am
Forum: Support
Topic: lack of connection after firmware update
Replies: 4
Views: 3522

lack of connection after firmware update

Hi so on one of my drones (not the one from the previous question) I updated the firmware. But now when I start the drone and I try to connect to the client nothing is found when I scan for the drone. What is the problem? This drone blinks properly like the other drones. M2 and M3 are solid blue whe...
by curiousstudent
Sat Jan 25, 2020 1:16 am
Forum: Bitcraze
Topic: [SOLVED] basic set up with stem bundle
Replies: 3
Views: 3148

Re: basic set up with stem bundle

Yes! Thank you! That solved my problem! I have another question about another one of my drones but i'll post that in a new question.
by curiousstudent
Wed Jan 22, 2020 8:54 pm
Forum: Bitcraze
Topic: [SOLVED] basic set up with stem bundle
Replies: 3
Views: 3148

[SOLVED] basic set up with stem bundle

Hey so I am following the basic setup with the stem bundle. I am having the following issue when I run the script: Connecting to radio://0/80/2M Connected to radio://0/80/2M Traceback (most recent call last): File "/home/edwin-pcp/Desktop/file1.py", line 26, in <module> with MotionCommande...
by curiousstudent
Wed Jan 08, 2020 12:22 am
Forum: Bitcraze
Topic: ROS offboard positioning with LPS
Replies: 3
Views: 3428

Re: ROS offboard positioning with LPS

Hi! Yes you were right I just tried reinstalling everything and that issue no longer occurs. But would you know why the following error happens? This is for the following step in the ROS LPS set up. ERROR: Rosdep cannot find all required resources to answer your query Missing resource bitcraze_lps_e...
by curiousstudent
Sun Jan 05, 2020 6:56 pm
Forum: Bitcraze
Topic: ROS offboard positioning with LPS
Replies: 3
Views: 3428

ROS offboard positioning with LPS

Hi, I have a quick question if anyone has any time they can spare. I am trying to set up the: ROS offboard positioning with LPS I started to follow the steps but I am having an issue at: 5: Run catkin_make to build the packages I keep getting the following issue: Base path: /home/edwin-pcp/catkin_ws...