-
Notifications
You must be signed in to change notification settings - Fork 483
TRD: decrease default --max-delay for gain, t0, vdexb calibrations #14478
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
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::UInt32, 0.05f, {"number of slots in past to consider"}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be VariantType::Float
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yes, sorry about that
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::UInt32, 0.05f, {"number of slots in past to consider"}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idem
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::UInt32, 0.05f, {"number of slots in past to consider"}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idem
|
Error while checking build/O2/fullCI_slc9 for 256f5b5 at 2025-07-03 19:28: Full log here. |
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::VariantType::Float, 0.05f, {"number of slots in past to consider"}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just 1 variant :)
No description provided.