File tree 2 files changed +2
-2
lines changed
control/control_performance_analysis
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
<build_depend >builtin_interfaces</build_depend >
26
26
27
27
<depend >autoware_control_msgs</depend >
28
+ <depend >autoware_internal_debug_msgs</depend >
28
29
<depend >autoware_motion_utils</depend >
29
30
<depend >autoware_planning_msgs</depend >
30
31
<depend >autoware_signal_processing</depend >
41
42
<depend >tf2</depend >
42
43
<depend >tf2_eigen</depend >
43
44
<depend >tf2_ros</depend >
44
- <depend >tier4_debug_msgs</depend >
45
45
<exec_depend >autoware_global_parameter_loader</exec_depend >
46
46
<exec_depend >builtin_interfaces</exec_depend >
47
47
<exec_depend >rosidl_default_runtime</exec_depend >
Original file line number Diff line number Diff line change 17
17
import argparse
18
18
import math
19
19
20
+ from autoware_internal_debug_msgs .msg import BoolStamped
20
21
from control_performance_analysis .msg import DrivingMonitorStamped
21
22
from control_performance_analysis .msg import ErrorStamped
22
23
import matplotlib .pyplot as plt
23
24
from nav_msgs .msg import Odometry
24
25
import rclpy
25
26
from rclpy .node import Node
26
- from tier4_debug_msgs .msg import BoolStamped
27
27
28
28
parser = argparse .ArgumentParser ()
29
29
parser .add_argument ("-i" , "--interval" , help = "interval distance to plot" )
You can’t perform that action at this time.
0 commit comments