File tree 2 files changed +2
-1
lines changed 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 -->
44
44
45
45
- BUG: do not allow drawing rockets with no aerodynamic surface [ #774 ] ( https://github.com/RocketPy-Team/RocketPy/pull/774 )
46
46
- 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 )
47
48
48
49
## [ v1.8.0] - 2025-01-20
49
50
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def events_registered(self):
245
245
print (f"\t Freestream speed at inflation: { speed :.3f} m/s" )
246
246
print (
247
247
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)"
249
249
)
250
250
251
251
def impact_conditions (self ):
You can’t perform that action at this time.
0 commit comments