ops
This commit is contained in:
parent
e09c69fbaa
commit
70b70fc5b6
@ -558,6 +558,8 @@ void pidInit()
|
|||||||
void pidEproom(void)
|
void pidEproom(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
PidProfile[PID_ID_ACCELEROMETER].PIDweight[ROLL] = 4;
|
||||||
|
PidProfile[PID_ID_ACCELEROMETER].PIDweight[PITCH] = 4;
|
||||||
PidProfile[PID_ID_ACCELEROMETER].PIDweight[YAW] = 100;
|
PidProfile[PID_ID_ACCELEROMETER].PIDweight[YAW] = 100;
|
||||||
|
|
||||||
PidProfileBuff[PID_ID_GYRO].dT = SystemTasks[TASK_GYROPID].desiredPeriod/1000; //<2F>NDRA TILL SEKUNDER inte ms
|
PidProfileBuff[PID_ID_GYRO].dT = SystemTasks[TASK_GYROPID].desiredPeriod/1000; //<2F>NDRA TILL SEKUNDER inte ms
|
||||||
|
Reference in New Issue
Block a user