Skip to content

OSD support of Kalman settings#5

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

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

Conversation

@ivanwyc

@ivanwyc ivanwyc commented Jan 6, 2018

Copy link
Copy Markdown

No description provided.

@apocolipse

Copy link
Copy Markdown

+1

Comment thread src/main/cms/cms_menu_imu.c Outdated
{ "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 },

@apocolipse apocolipse Jan 8, 2018

Copy link
Copy Markdown

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

Comment thread src/main/cms/cms_menu_imu.c Outdated

{ "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 },

Copy link
Copy Markdown

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