Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSD support of Kalman settings #5

Open
wants to merge 2 commits into
base: 3.3_kalman_test
Choose a base branch
from

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