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

ENH: adds axial_acceleration attribute to the Flight class #529

Open
Gui-FernandesBR opened this issue Jan 12, 2024 · 2 comments
Open

ENH: adds axial_acceleration attribute to the Flight class #529

Gui-FernandesBR opened this issue Jan 12, 2024 · 2 comments
Labels
Enhancement New feature or request, including adjustments in current codes Flight Flight Class related features Good first issue Good for newcomers

Comments

@Gui-FernandesBR
Copy link
Member

Is your feature request related to a problem? Please describe.

Some rockets may present an avionics system measuring the rocket axial acceleration instead of the "ground reference" acceleration.
RocketPy should be able to easily create

Describe the solution you'd like

  • Needs to check how to transform the current acceleration components to the axial acceleration.
  • A cached property should be created in the Flight class
@Gui-FernandesBR Gui-FernandesBR added Enhancement New feature or request, including adjustments in current codes Good first issue Good for newcomers Flight Flight Class related features labels Jan 12, 2024
@Gui-FernandesBR Gui-FernandesBR added this to the Release v1.X.0 milestone Jan 12, 2024
@emab123
Copy link

emab123 commented Feb 28, 2024

If the purpose of this feature is to determine the acceleration experienced by the avionics, in order to include the effects of angular acceleration, it would require a parameter for the location of the avionics package (specifically the accelerometer). Maybe have the Cg position as default and look for an Avionics component type?

@Gui-FernandesBR
Copy link
Member Author

If the purpose of this feature is to determine the acceleration experienced by the avionics, in order to include the effects of angular acceleration, it would require a parameter for the location of the avionics package (specifically the accelerometer). Maybe have the Cg position as default and look for an Avionics component type?

Hello Eric, thanks for your comment.

I realized the description of this issue is really bad and does not reflect what I had in mind. I will update it asap.

What I meant was to simply transform the acceleration from one frame (earth) to other (rocket). That should be less complicated.

You do have a great point regarding the location of the avionics system. I think im the future we will be doing something like what you've suggested. There's the #sensors issue that is related to this future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request, including adjustments in current codes Flight Flight Class related features Good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants