File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Attention: The newest changes should be on top -->
4444
4545- BUG: do not allow drawing rockets with no aerodynamic surface [ #774 ] ( https://github.com/RocketPy-Team/RocketPy/pull/774 )
4646- BUG: update flight simulation logic to include burn start time [ #778 ] ( https://github.com/RocketPy-Team/RocketPy/pull/778 )
47+ - BUG: fixed AGL altitude print for parachutes with lag [ #788 ] ( https://github.com/RocketPy-Team/RocketPy/pull/788 )
4748
4849## [ v1.8.0] - 2025-01-20
4950
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def events_registered(self):
245245 print (f"\t Freestream speed at inflation: { speed :.3f} m/s" )
246246 print (
247247 f"\t Altitude at inflation: { altitude :.3f} m (ASL) | "
248- f"{ self .flight .altitude (trigger_time ):.3f} m (AGL)"
248+ f"{ self .flight .altitude (open_time ):.3f} m (AGL)"
249249 )
250250
251251 def impact_conditions (self ):
You can’t perform that action at this time.
0 commit comments