Search found 5 matches

by alex236
Tue Jul 24, 2018 3:59 pm
Forum: Developer Discussions
Topic: Motion Commander Error
Replies: 0
Views: 4970

Motion Commander Error

I get the error " AttributeError: 'list' object has no attribute 'is_connected' " when I run the code above, could anyone guide me as to what the possible issue is and how I could go about fixing it? # -*- coding: utf-8 -*- # # || ____ _ __ # +------+ / __ )(_) /_______________ _____ ___ #...
by alex236
Mon Jul 23, 2018 3:35 pm
Forum: Developer Discussions
Topic: implementing motion commander into param.py example
Replies: 2
Views: 2012

Re: implementing motion commander into param.py example

# -*- coding: utf-8 -*- # # || ____ _ __ # +------+ / __ )(_) /_______________ _____ ___ # | 0xBC | / __ / / __/ ___/ ___/ __ `/_ / / _ \ # +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/ # || || /_____/_/\__/\___/_/ \__,_/ /___/\___/ # # Copyright (C) 2017 Bitcraze AB # # Crazyflie Nano Quadcopter...
by alex236
Sun Jul 22, 2018 11:35 pm
Forum: Developer Discussions
Topic: implementing motion commander into param.py example
Replies: 2
Views: 2012

implementing motion commander into param.py example

Hello everyone!,

I was wondering if anyone has tried to implement motion commander into the basicparam example in the python library.
I tried to implement the code but it doesn't not seem to work at all. It would always give an error when trying to implement it.

Please let me know !
Thanks!
by alex236
Wed Jul 11, 2018 4:00 pm
Forum: Developer Discussions
Topic: Changing yaw PID values
Replies: 3
Views: 1994

Re: Changing yaw PID values

how would you go about changing those values you pointed out?
by alex236
Tue Jul 10, 2018 5:06 pm
Forum: Developer Discussions
Topic: Changing yaw PID values
Replies: 3
Views: 1994

Changing yaw PID values

I was wondering if it would be possible to change Yaw PID values without hard coding it into the firmware and having to flash the new firmware onto the Crazyflie. These are the values I am referring to: They are located in the pid.h file in the firmware. #define PID_YAW_KP 6.0 #define PID_YAW_KI 1.0...