Skip to content

Commit

Permalink
fix: update package name for control_performance_plot.py
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Jan 24, 2025
1 parent a484b66 commit 87ce593
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import math

from autoware_internal_debug_msgs.msg import BoolStamped
from control_performance_analysis.msg import DrivingMonitorStamped
from control_performance_analysis.msg import ErrorStamped
from autoware_control_performance_analysis.msg import DrivingMonitorStamped
from autoware_control_performance_analysis.msg import ErrorStamped
import matplotlib.pyplot as plt
from nav_msgs.msg import Odometry
import rclpy
Expand Down

0 comments on commit 87ce593

Please sign in to comment.