Search found 6 matches

by elSkov
Wed Jan 05, 2022 7:21 pm
Forum: Support
Topic: Mac M1 with CfClient 2021.6.1 non-working XB1 controller
Replies: 4
Views: 22676

Re: Mac M1 with CfClient 2021.6.1 non-working XB1 controller

Hi Kimberley Ok, so I got a bit annoyed by it and played around. Basically, I found that if you change line 76 in setup.py to: platform_requires.extend(['pysdl2~=0.9.6', 'pysdl2-dll==2.0.16']) (Bumping the pysdl2-dll requirement to the latest version) it now works (running under Rosetta 2) I can fly...
by elSkov
Wed Jan 05, 2022 5:50 pm
Forum: Support
Topic: Mac M1 with CfClient 2021.6.1 non-working XB1 controller
Replies: 4
Views: 22676

Re: Mac M1 with CfClient 2021.6.1 non-working XB1 controller

Hi
That's interesting.

I don't see any problems with the Radio dongle, but yes, it could be related.
I'm kinda hung up with work for a while, but if/when I find the time, I can try and dig down into the input code and try and see if I can get a closer look at the problem
by elSkov
Mon Jan 03, 2022 8:41 pm
Forum: Support
Topic: Mac M1 with CfClient 2021.6.1 non-working XB1 controller
Replies: 4
Views: 22676

Mac M1 with CfClient 2021.6.1 non-working XB1 controller

Hi I have just received a MBP M1 (MacOS Monterey) and followed the instructions to install cfclient using PyPi. It all works well and I can connect to my CF and do self tests and so on. But, I cannot get my Xbox One controller to work. My OS discovers the controller and when I start cfclient it also...
by elSkov
Mon Mar 08, 2021 7:20 pm
Forum: Developer Discussions
Topic: Granular control of height
Replies: 2
Views: 967

Re: Granular control of height

Hi Hmm, it was as I feared. I think I want to stick to the Python side as this issue is a nuisance, but not a deal breaker right now. it's been a while since I dived into C, so I think I'll just end up banging on the table in frustration and not getting any work done :) But thanks for the reply - no...
by elSkov
Sat Mar 06, 2021 2:21 pm
Forum: Developer Discussions
Topic: Granular control of height
Replies: 2
Views: 967

Granular control of height

Hello I have a Crazyflie with the STEM ranging bundle. Currently I'm trying to get my CF to fly through an obstacle course, aka. my apartment, but when I fly it over an obstacle such as a table, it "panics" as it tries to get to the correct height again, so if the table height is 1m and I'...
by elSkov
Thu Nov 26, 2020 11:36 am
Forum: Developer Discussions
Topic: Communication between Crazyflies
Replies: 2
Views: 1168

Re: Communication between Crazyflies

Hi. I've been working on a general P2P protocol for drones over the last months. It's not yet ported to CrazyFlies, though it is on my todo list. Have a look and see if it might be useful for you - just remember that it is a very early PoC, so expect dumb choices and stupid comments :) https://githu...