diff --git a/python/fusion_engine_client/messages/measurements.py b/python/fusion_engine_client/messages/measurements.py index b913cac5..41c57bc9 100644 --- a/python/fusion_engine_client/messages/measurements.py +++ b/python/fusion_engine_client/messages/measurements.py @@ -1251,8 +1251,7 @@ def __str__(self): Heading Output @ {str(self.details.p1_time)} Solution Type: {self.solution_type} YPR (ENU) (deg): {self.ypr_deg[0]:.2f}, {self.ypr_deg[1]:.2f}, {self.ypr_deg[2]:.2f} - Heading (deg): {self.heading_true_north_deg:.2f} - """ + Heading (deg): {self.heading_true_north_deg:.2f}""" @classmethod def calcsize(cls) -> int: