Skip to content
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

Adjusting sensitivity for Caddx GM series/ C-20T/C-20D gimbals with UART Control #10474

Closed
jaroszmm opened this issue Nov 20, 2024 · 1 comment · Fixed by #10478
Closed

Adjusting sensitivity for Caddx GM series/ C-20T/C-20D gimbals with UART Control #10474

jaroszmm opened this issue Nov 20, 2024 · 1 comment · Fixed by #10478
Labels
Milestone

Comments

@jaroszmm
Copy link

jaroszmm commented Nov 20, 2024

Current Behavior

Using either CLI or Inav 8.0 RC1 configurator it is impossible to set gimbal sensitivity to negative values.
If using configurator and typing negative value in the gimbal sensitivity window after Save&Reboot it reverts to 0.
I using CLI it responds with this:

set gimbal_sensitivity = -15
gimbal_sensitivity set to 241
set gimbal_sensitivity = 15
gimbal_sensitivity set to 15

although CLI clearly states:

get gimbal_sensitivity
gimbal_sensitivity = 15
Allowed range: -16 - 15

Steps to Reproduce

1.Type negative value of gimbal sensitivity in the configuration tab in INAV configurator and hit save&reboot
or

  1. type in CLI

set gimbal_sensitivity = -15

Expected behavior

Sensitivity should be set to negative value after reboot.

Suggested solution(s)

I'm too stupid for that ;)

Additional context

I would like to be able to adjust sensitivity mid flight like it is now possible with PWM control.

INAV/SPEEDYBEEF405WING 8.0.0 Nov 15 2024 / 17:30:40 (5f78f96) dev
GCC-13.2.1 20231009

@b14ckyy b14ckyy added this to the 8.0 milestone Nov 20, 2024
@b14ckyy b14ckyy added the BUG label Nov 20, 2024
@mmosca
Copy link
Collaborator

mmosca commented Nov 21, 2024

# set gimbal_sensitivity = -1
gimbal_sensitivity set to 255
# set gimbal_sensitivity = -10
gimbal_sensitivity set to 246

Something is certainly wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants