As I mentioned in previous discuss post, I am developing some basic ROV GUI for operations.
I succeed on sending custom joystick commands to Ardusub with pymavlink library.
I’m able to perform all necessary actions including increasing and decreasing joystick gain and I am able to change and read respective parameters related to JS_GAIN (Full Parameter List · GitBook). Furthermore I need to fetch the current joystick gain value to show it on my custom GUI.
How can I fetch the current joystick gain value? Is it possible? I searched for this value both in parameters and mavlink messages cannot find anything.
If it is not possible to fetch, I will calculate it by button count on ground control station which does not seems so reasonable.