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

Rover: brushed bipolar motor is outputting SERVOx_MIN at startup instead of SERVOx_TRIM #18729

Closed
rmackay9 opened this issue Sep 21, 2021 · 2 comments · Fixed by #18735
Closed

Comments

@rmackay9
Copy link
Contributor

This was raised as part of Rover-4.1.0 beta testing here: https://discuss.ardupilot.org/t/brushedbipolar-pwm-problem/76153

@IamPete1
Copy link
Member

I cant reproduce on master, I don't see any path for the trim param to be changed. I could believe that were outputting normal PWM for a bit before switching to BRUSHED_BIPOLAR.

@IamPete1
Copy link
Member

IamPete1 commented Sep 21, 2021

Its falling fowl of this trim set.

c.servo_trim.set(1000);

Only called by FETtec and BLHeli drivers, which is why there was no reproduction in SITL.

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

Successfully merging a pull request may close this issue.

2 participants