Search found 2 matches

by dowias
Sun Jan 06, 2019 8:56 am
Forum: Support
Topic: Cannot send RPYT using setpoint function in Python
Replies: 2
Views: 1874

Re: Cannot send RPYT using setpoint function in Python

Thanks for your help, it's working.

Are the other functions of the Commander class secured identically?
by dowias
Sun Dec 30, 2018 10:38 am
Forum: Support
Topic: Cannot send RPYT using setpoint function in Python
Replies: 2
Views: 1874

Cannot send RPYT using setpoint function in Python

Hi all, I want to send some values for roll pitch yaw and thrust by using the send_setpoint(self, roll, pitch, yaw, thrust) function of the python cflib. At the moment I can connect to the Crazyflie and also send the package, but the motors are not turning. I don't understand where the problem is be...