nurjan14
(Nurjan)
April 20, 2025, 7:33pm
1
Having this issue with missing parameter message all the time with latest stable ardusub 4.5.3 on the latest stable QGC 4.4.4
Also, can see options for channel number in lights setup, it required BRD_PWM_COUNT parameter which is missing as well.
Any suggestion how to fix it?
Thanks
nurjan14
(Nurjan)
April 20, 2025, 8:33pm
2
Just found it in the blueos setup in the vehicle setup tab ->configure → lights where you can set the the channels.
1 Like
EliotBR
(Eliot)
April 24, 2025, 1:47am
3
Hi @nurjan14 ,
For some relevant context:
the BRD_PWM_COUNT
parameter was removed in ArduSub 4.5, and your installed QGroundControl version is unaware that there are valid builds of ArduSub that don’t include that parameter, so it’s complaining when it can’t find it. That said, … the warning is unlikely to cause issues (it’s just annoying) - the servo output type functionality that it was used for has remained effectively the same, it just doesn’t use that parameter anymore.
You should generally be able to avoid such warnings by installing a version of QGroundControl that’s newer than your ArduSub version, but be aware that the most recent versions have not been thoroughly tested with ROV use-cases, so may have some unexpected issues.
Note that our currently latest recommended (read: thoroughly tested) QGroundControl version is 4.2.8, although our development efforts are now focused on Cockpit instead, so QGroundControl is effectively a working fallback/alternative for situations where Cockpit is not yet sufficient .