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

[FEATURE]: Implement a first-order thruster model as a thruster controller #17

Open
evan-palmer opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@evan-palmer
Copy link
Contributor

Feature Type

Adding new functionality to the project

Problem Description

The simple nonlinear polynomial conversion is nice because obtaining the thrust curve is relatively easy. However, these models can be inaccurate and lead to significant tracking errors in the control framework.

Feature Description

Implement a first-order model to compute the PWM values for a thruster and embed this into a thruster controller

Alternative Solutions

There are alternative modeling strategies that can be applied, but a simple first-order model should be a good starting point.

Additional Context

No response

@evan-palmer evan-palmer added the enhancement New feature or request label Mar 19, 2024
@evan-palmer evan-palmer changed the title [FEATURE]: Implement a first-order thruster model for a thruster controller [FEATURE]: Implement a first-order thruster model as a thruster controller Mar 19, 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