Skip to content

OSD support of Kalman settings#5

Open
ivanwyc wants to merge 2 commits intors2k:3.3_kalman_testfrom
ivanwyc:osd-settings
Open

OSD support of Kalman settings#5
ivanwyc wants to merge 2 commits intors2k:3.3_kalman_testfrom
ivanwyc:osd-settings

Conversation

@ivanwyc
Copy link

@ivanwyc ivanwyc commented Jan 6, 2018

No description provided.

@apocolipse
Copy link

+1

{ "ENABLED", OME_Bool, NULL, &gyroConfig_gyro_kalman_enable, 0 },

{ "KALMAN Q", OME_UINT16, NULL, &(OSD_UINT16_t) { &gyroConfig_gyro_kalman_q, 0, 16000, 10 }, 0 },
{ "KALMAN R", OME_UINT16, NULL, &(OSD_UINT16_t) { &gyroConfig_gyro_kalman_r, 0, 16000, 10 }, 0 },
Copy link

@apocolipse apocolipse Jan 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Step should be 1 for gyroConfig_gyro_kalman_r, probably fine to have the others at 10


{ "RF RATE ENABLED", OME_Bool, NULL, &rateProfile.rfRatesEnabled, 0 },

{ "RF RATE ROLL", OME_UINT16, NULL, &(OSD_UINT16_t) { &rateProfile.rfRate[FD_ROLL], 200, 1500, 10 }, 0 },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Step for Rate should be 5, all can probably be 5 but rate should be 1 or 5 not 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants