Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 2d0e0a4 commit a5dac9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def update_info_text(self):
"",
f"Vehicle: {' '.join(self.vehicle_info.type.title().split('.')[1:]):20s}",
f"Speed: {3.6 * self.vehicle_status.velocity:15.0f} km/h",
f"Heading: {yaw:16.0f}\N{DEGREE SIGN} {heading}",
f"Heading: {yaw:16.0f}\N{{DEGREE SIGN}} {heading}",
f"Location: ({x_pos: 5.1f}, {y_pos: 5.1f})",
f"GNSS: {self.latitude: 2.6f}, {self.longitude: 3.6f}",
f"Height: {z_pos:18.0f} m",
Expand Down

0 comments on commit a5dac9e

Please sign in to comment.