-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Startup script without errors, no Parameter XXX not found #12832
Comments
I think I agree. Can you provide an example that you're seeing. And suggest where or how we can improve that? |
The post has Edited:
there are few options how to handle on-exist parameter
@julianoes There are other errors, and warnings on the startup, but not about parameters, but other staff.
|
@BazookaJoe1900 blinkm might be another good one to put behind a parameter. |
FYI px4_work_queue spam will be silenced after #12853. |
Lights (rgbled, rgbled_ncp5623c, rgbled_pwm) could be moved to board startup. |
for blinkm, pr: add new parameter LIGHT_EN_BLINKM to start blinkm lights #12880 |
about pca8574 and oraled, most, if not all boards compile it, but there is no 'pca8574 start'/ 'oraled start' anywhere'.... What to do there?
|
about the onboard leds, before moving them to the boards rcs, I want to cleanup and remove boards that might compile drivers that they don't have.
|
The pca8574 driver could probably dropped unless someone would like to volunteer to maintain and test it. It has some custom IOCTLs that would be nice to purge. The oreoled driver is apparently for the solo and isn't properly integrated with PX4. I'm inclined to drop it as well unless someone would like to change that. It's clearly not being used and ends up being a minor distraction when making larger changes or even looking for good examples. |
Please drop both drivers. We need to focus our resources on what is being used! |
@dagar @LorenzMeier there the list of the other leds (the table I added) |
@dagar ping |
Remove false errors after comparing parameters that doesn't exists. as described in #12832
@dagar ping, or should I close this issue? |
What would you like to do here? Personally I'd rather work towards addressing the problem more fundamentally, rather than hiding something we find ugly or annoying.
|
Agree, closing this issue |
I Think that if during start up parameter is not found is shouldn't be an error, but info. because current implementation assume that its ok not to have parameter, and just treat its non-exist value as 0.
This is relevant to comparison of parameter. Setting non-exist parameter should be kept as error
Unless you REALY need the parameter, and its mandatory. I don’t' know if there is such competition that REALY need the parameter.
In general , seeing error should trigger red alerts.
Do you agree?
The text was updated successfully, but these errors were encountered: