Search found 5 matches

by jaymc
Fri Aug 03, 2018 4:18 pm
Forum: Bitcraze
Topic: Crazyflie-lib-python thrust modification concern
Replies: 0
Views: 4716

Crazyflie-lib-python thrust modification concern

Hello there, I have been working on a sequence that should have the drone hover up for some time, and then drops/crashes due to certain thrusters turning off. I was able to do this for certain cases in which one thruster is off, for example, but I cannot find a way to turn off three thrusters with t...
by jaymc
Mon Jun 18, 2018 1:44 pm
Forum: Bitcraze
Topic: "NO CRAZYFLIES FOUND, CANNOT RUN EXAMPLE" via basiclogSync.py
Replies: 2
Views: 1974

Re: "NO CRAZYFLIES FOUND, CANNOT RUN EXAMPLE" via basiclogSync.py

Problem solved:
if anyone has this same problem, check the location of the python interpreter. Mine was set on a certain file, and not on the whole entire project directory crazyflie-lib-python itself.
by jaymc
Thu Jun 14, 2018 1:30 pm
Forum: Bitcraze
Topic: "NO CRAZYFLIES FOUND, CANNOT RUN EXAMPLE" via basiclogSync.py
Replies: 2
Views: 1974

Re: "NO CRAZYFLIES FOUND, CANNOT RUN EXAMPLE" via basiclogSync.py

ok, so after looking a little more into the situation, I ran the scan.py file in examples and the execution displayed: Exception while scanning for Crazyflie USB: module 'usb' has no attribute 'busses' Scanning interfaces for Crazyflies... Crazyflies found: What do they mean by "'usb' has no at...
by jaymc
Wed Jun 13, 2018 2:41 pm
Forum: Bitcraze
Topic: "NO CRAZYFLIES FOUND, CANNOT RUN EXAMPLE" via basiclogSync.py
Replies: 2
Views: 1974

"NO CRAZYFLIES FOUND, CANNOT RUN EXAMPLE" via basiclogSync.py

Hello, I am having an issue getting the crazyflie radio PA to recognize the crazyflie through the pyCharm terminal. I was trying to run the basiclogSync.py file from the crazyflie-lib-python git repo, but the error, which is shown as my 'first error', keeps occurring. I then ran it through flowSeque...
by jaymc
Mon Jun 04, 2018 9:14 pm
Forum: Bitcraze
Topic: How to access python to alter crazyflie w/ windows cfclient
Replies: 1
Views: 1390

How to access python to alter crazyflie w/ windows cfclient

Hello. I am currently running into a problem where I have to figure out how to turn off only one of the thrusters, and I assume I have to alter my crazyflie via a python client. However, I am not using Ubuntu due to weird problems with my computer, so I used windows' cfclient instead and it works pe...