Skip to content

Commit

Permalink
feat(control_debug_tools): smooth graph lateral_deviation_monitor (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 authored Oct 29, 2024
1 parent 5049ea7 commit 0532a4e
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 0532a4e

Please sign in to comment.