-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Allow to adjust gimbal sensitivity with radio input when using Serial control of the gimbal instead of PWM control in INAV 8.0 #10475
Comments
There is already a tested PR that achieves this via the programming framework. |
Thanks. I wonder if this can be simplified and moved directly to the configuration page or maybe made accessible in programming tab for an option like : |
It IS in the programming tab/framework. Thats what this PR is about. So there you can do exactly as your mentioned example. (it is linked to and requires the PR for the configurator to make this work from the UI or alternatively like i did use the cli untill it is properly merged into the master). |
Oh man, sorry, I just realised I confused the programming tab with adjustments tab. So this is great, some logic conditions to lock the camera in place in certain situations will be great. I see you have the same approach as me - lock camera for landings, as with stabilisation, even small, it makes approaches and flaring harder if landing FPV, not LOS. |
Current Behavior
Right now, if using Serial Port to control gimbal movement and operation mode we can have assigned 3 radio channels for yaw/pitch/roll movement of gimbal plus 4th channel to select operation mode.
However if using Serial Port to control there is no way to adjust sensitivity other than typing the value and have it fixed.
Desired Behavior
Possibility to assign one radio channel to sensitivity adjustment, similar like it works with PWM version of gimbal control so it can be adjusted midflight to increase or decrease stabilisation
Suggested Solution
Add option to assign sensitivity value to a specific radio channel similar how it works with yaw, pitch, roll now.
Who does this impact? Who is this for?
I believe it's for anyone using the gimbal and wants to have more control over stabilisation.
Additional context
The whole idea came from the fact that in FPV mode of the gimbal, when approaching landing or doing any precise movements any stabilisation is not needed. So in FPV mode it's better for the camera to be "locked". To achieve that now I'm using PWM control and some logic conditions in INAV so if I switch to Acro or Manual then in FPV mode sensitivity is maxed up resulting in the camera being practically not stabilised by the gimbal at all.
But during a normal flight in Angle mode some stabilisation (not the full horizon lock one) is nice to smoothen the picture, to mitigate some plane movement. And then it's nice to be able to lower sensitivity value and stabilise the picture a bit.
However in serial control of the gimbal in 8.0 it seems sensitivity can have only one fixed value. It looks like the sensitivity adjustment works only for FPV mode of the gimbal anyway. In horizon lock (full stabilisation mode) changing sensitivity doesn't change anything regarding how the camera is stabilised.
The text was updated successfully, but these errors were encountered: