Search found 159 matches

by RyanMco
Sun Jan 05, 2020 8:46 pm
Forum: Support
Topic: Library of crazyflie in ROS documents
Replies: 2
Views: 3237

Re: Library of crazyflie in ROS documents

when I do python test_high_level.py it tells me that
import crazyflie library isn't found .. although I downloaded crazyflie_ros
how do I update crazyflie library to crazyflie_ros?
by RyanMco
Sun Jan 05, 2020 8:12 pm
Forum: Support
Topic: Library of crazyflie in ROS documents
Replies: 2
Views: 3237

Library of crazyflie in ROS documents

Hi guys, Im using python script test_high_level.py and in this script there's
import crazyflie

but in my PC it shows me that the library crazyflie isn't found .. how do I download crazyflie library on Ubunto 18? thanks
by RyanMco
Tue Dec 31, 2019 5:04 pm
Forum: General discussions
Topic: [SOLVED] Crazyfliedied
Replies: 4
Views: 4406

Re: Crazyfliedied

2.1
the battrey isn't broken, because the same battrey I attach it to another drone 2.1 and it works fine ..
by RyanMco
Tue Dec 31, 2019 1:48 pm
Forum: Support
Topic: GITHUB downloading problem
Replies: 5
Views: 4162

Re: GITHUB downloading problem

my problem that the document bin isn't uploading to my repository .. it's weird! that's why list.o isn't found
by RyanMco
Tue Dec 31, 2019 12:14 pm
Forum: Support
Topic: GITHUB downloading problem
Replies: 5
Views: 4162

Re: GITHUB downloading problem

I just changed in the files of c .. but the issue is something else .. : while compiling it shows me this CLEAN_VERSION CC list.o src/lib/FreeRTOS/list.c:238:1: fatal error: opening dependency file bin/dep/list.o.d: No such file or directory } ^ compilation terminated. tools/make/targets.mk:26: reci...
by RyanMco
Sun Dec 29, 2019 5:11 pm
Forum: Support
Topic: GITHUB downloading problem
Replies: 5
Views: 4162

Re: GITHUB downloading problem

what's the proper procedure to do in order to upload my crazyflie-firmware document into github and let it works fine if someone downloaded it on his PC? thanks alot! I tried to use internet in order to upload my project(crazyflie-firmware) .. it uploaded fine in my github but once I download from m...
by RyanMco
Sun Dec 29, 2019 4:59 pm
Forum: Support
Topic: GITHUB downloading problem
Replies: 5
Views: 4162

GITHUB downloading problem

Hi guys, I have updated my firmware with some code and it works fine on my drone , so I wanted to upload that updated code to my github as project, so I went to the document crazyflie-firmware and uploaded the project to my github, in order to verify that it works fine, I tried to download my firmwa...
by RyanMco
Sun Dec 29, 2019 4:55 pm
Forum: General discussions
Topic: [SOLVED] Crazyfliedied
Replies: 4
Views: 4406

[SOLVED] Crazyfliedied

Hi guys! Im really in a shock ..my crazyflie was working fine yesterday with battery attached to it, I tried today to turn it on by a battery it didn't work, but tried by cabel USB it works fine (the leds are on and it shows me that's working fine - blue led and red led blinking ..all fine) my probl...
by RyanMco
Mon Dec 23, 2019 6:30 pm
Forum: Developer discussions
Topic: Velocity
Replies: 1
Views: 11543

Velocity

Hi ! I send by Goto a yaw value : 0.2 so my drone is yawing with angle about 36 degree .. what Ima trying to do is that I want the speed of yawing with that angle would be more slowly as a result Im trying to see if I can decrease the speed of yawing with given yaw's value, I have searched in file o...
by RyanMco
Mon Dec 23, 2019 6:00 pm
Forum: Developer Discussions
Topic: changing position
Replies: 5
Views: 3960

Re: changing position

Hi! thanks for your help/assistance! but I STILL didn't understand you well, I understand that reset kalman would fix the problem, but I didn't figure out why the problem is happen, the controller wants to put zero to where? (my drone is on ground) and estimation position isn't zero .. so what happe...