tricopter gyro trying to compensate for yaw command?

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
piratedninja
Posts: 2
Joined: Sat Apr 30, 2011 6:18 am

tricopter gyro trying to compensate for yaw command?

Post by piratedninja »

I have a weird bug? on my tricopter when I try to yaw, it seems like the gyro is trying to correct it.
I see the motor tilt to yaw, and then while I'm still applying yaw, i see the motor go back to vertical.

Does anyone else have this problem? how can i fix it?

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: tricopter gyro trying to compensate for yaw command?

Post by PatrikE »

Check if gyro comensates in right direction.
Rotate the TRI and the gyro should tilt motor in opposit direction.

To reverse gyro.
#define YAW_DIRECTION 1 // if you want to reverse the yaw correction direction
//#define YAW_DIRECTION -1 // Reverse direction.

Reverse RcChannel in radio to get the control right.
Looking from the back the motor should tilt opposit way as the rudderstick.

/Patrik

Post Reply