-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Where to find quadrotor parameters and matrix allocation in the firmware ? #14149
Comments
Can you point to the place in code where you want to change it? |
I want to stabilize my quadrotor which is originaly in the X-morphology |
home/dib/Firmware/src/modules/mc_att_control/mc_att_control_params.c |
The controls just output angular rates and thrust. This is then mixed in a mixer. I think you want to read about that first: https://dev.px4.io/master/en/concept/mixing.html |
Are you looking for this part? |
@saengphet |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Hello,
Im new in this domaine. I want to modify the quadrotor PID parameters directly in hte firmware then to change the matrix allocation (control inputs U_i funtion of rotations speed Omega_i).
Please, enyone to tell me where to find this parameters ?
The text was updated successfully, but these errors were encountered: