Skip to content

Commit

Permalink
ENH: add altitude ASL and AGL to burn out state prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Mar 24, 2024
1 parent ad189a8 commit 2a85ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketpy/prints/flight_prints.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def burn_out_conditions(self):
print(f"Burn out time: {self.flight.rocket.motor.burn_out_time:.3f} s")
print(
"Altitude at burn out: "
f"{self.flight.z(self.flight.rocket.motor.burn_out_time):.3f} m (ASL) | "
f"{self.flight.altitude(self.flight.rocket.motor.burn_out_time):.3f} "
"m (AGL)"
)
Expand Down

0 comments on commit 2a85ce8

Please sign in to comment.