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

Change interface of 'Multicopter (Reduced) Attitude INDI Controller' #49

Open
jwithelm opened this issue Feb 14, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jwithelm
Copy link
Contributor

jwithelm commented Feb 14, 2024

It could be usefull to change the interface of 'cntrlAttiRedIndi_lib/Multicopter (Reduced) Attitude INDI Controller'.

The inputs cmd_lean_angle_0_1, cmd_lean_direction_angle_0_2pi (lean command) could be changed to n_g_des. In 'lindiCopter_lib/LindiCopter Autopilot', n_g_des is already calculated in 'Pilot Reduced Attitude Commands' and all other blocks use n_g_des directly. Only 'Multicopter (Reduced) Attitude INDI Controller' uses the lean command instead and calculates n_g_des again in the block. Therefore we could directly use n_g_des instead.

However, it is necessary to check how this block is used in other models/libraries to ensure that this change makes sense in all cases.

@jwithelm jwithelm added the enhancement New feature or request label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant