BlueOS
BlueOS copied to clipboard
bug: vehicle-setup: lights config not working for PWM outputs below number 8
Bug description
If a PWM output <= 8 is configured as a lights output it doesn't show up correctly.
As a side note, the "Lights" cards seem to not have any horizontal spacing between them, which looks unpleasant.
Steps to reproduce
- Configure a lights output to <= 8
- Check the "Lights" page, and it doesn't appear
Alternatively,
- On the "Lights" page, try to set a servo <= 8 (they don't get shown, so it's not possible)
Primary pain point(s)
I should be able to choose the purpose I assign to my PWM output channels, and especially for channels that aren't already known to have some other critical function assigned (e.g. motors).
Additional context
The standard BlueROV2 has only 6 thrusters, so at minimum outputs 7+8 should definitely be supported while using that frame, and same for non-motor outputs on other vehicle frames (otherwise we're arbitrarily restricting which servo outputs can be used for a given purpose).
Prerequisites
- [X] I have checked to make sure that a similar request has not already been filed or fixed.