-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
parameter set auto generation #8821
Comments
Sounds good. Something like
? Some questions:
|
That should work. There aren't many cases where more than one dimension would help (TC polynomial coefficients). Override per board is a bit of a stretch goal. One not entirely contrived example would be if someone wanted to squeeze PX4 into something tiny and flash constrained with a single IMU. Not having to pay for the additional sensor params in flash (several hundred) would save a few kilobytes. Let's not worry about it for now, I think it's solvable later going in this direction. The other minor piece would be specifying the index in the metadata. |
@dagar Regrading the parameters definition. Why is it on a .c file? that is not a code, its not even tries to be compiled. there might be other implications on the past that might be irrelevant now? From what I understand the data from the .c files are only taken by scripts to the XML file. About this issue too: |
It's historical, and obviously not C code anymore. The issue is we want to move to defining them in json or xml directly, so it's not worth the project churn to rename them .c to .param (or something), and then rename then yet again right after. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as stale. |
I think we need a mechanism for defining each param and metadata once, but with a configurable number of each (that can be overridden per board).
Many parameters in the system have an index.
Why?
Thoughts? @LorenzMeier @bkueng @davids5
The text was updated successfully, but these errors were encountered: