-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
[Bug] PX4 Min PWM & Disarm PWM set to same values #24449
Comments
Going to try with the generic layout, but this was for the holybro x500...which is pretty widely used |
Not an issue when selecting generic quadcopter as you are forced to select motor configurations which automatically get set to PWM Min: 1100 |
This issue has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there: |
This issue has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there: |
We decided that we should take out those default functions for the x500 airframe, and investigate what other airframes this happens to . we might want to SPECIFY that this is the ready to fly kit and not the almost ready to fly kit |
@afwilkin Thanks for pointing this out! That's definitely something others run into. PX4-Autopilot/ROMFS/px4fmu_common/init.d/airframes/4019_x500_v2 Lines 25 to 28 in 0ab3e45
Discussion in the dev call was: |
Deleted the lines and tested. Can confirm the Actuators tab becomes red and requires user to setup the correct motor mappings. Tested using the same steps here Reflash PX4 and the motors now spin when they arm. PR: #24459 |
I dont want to completely close this because there are other airframes that set this as well @MaEtUgR I am unsure if we should unset all of these...or just wait until someone complains and then do it. I do not have all of the airframes that are listed here |
Edit - as per linked/merged PR comment, the assembly of the kit isn't strictly enough defined to specify the outputs fixed to particular values. Docs already reflect the desired behaviour - i.e. that you have to assign outputs. |
Describe the bug
After I reset all parameters to firmware defaults, select the Holybro x500 airframe, configure everything, and takeoff in stabilized flight mode, the propellers do not spin when armed. Only when we start to throttle up do they start to spin, which could be a bit disorienting for someone trying to bring up a new airframe.
To Reproduce
Expected behavior
Motors spin on arm
Screenshot / Media
https://www.loom.com/share/f4d51a22a41f447e8565884861672368?sid=35965a9c-a580-4c99-87f3-3da5502c078e
Flight Log
No response
Software Version
1.16 (but I also see this happening in 1.15)
Flight controller
Pixhawk 6c
Vehicle type
None
How are the different components wired up (including port information)
pwm escs
Additional context
No response
The text was updated successfully, but these errors were encountered: