Skip to content

Commit

Permalink
feat(control_debug_tools): smooth graph lateral_deviation_monitor (au…
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 authored and YoshihiroKogure committed Oct 31, 2024
1 parent 298d46e commit 29e2756
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def steering_status_callback(self, msg):
self.vehicle_steering_angle = msg.steering_tire_angle
self.update_steering_diff()
self.update_max_values()
self.display_values()

def metrics_callback(self, msg):
for status in msg.status:
Expand All @@ -85,7 +84,6 @@ def metrics_callback(self, msg):
if value.key == "metric_value":
self.lateral_deviation = float(value.value)
self.update_max_values()
self.display_values()
break

def update_steering_diff(self):
Expand Down

0 comments on commit 29e2756

Please sign in to comment.