|
28 | 28 |
|
29 | 29 | #include <Eigen/Dense>
|
30 | 30 |
|
| 31 | +#include "autoware_internal_debug_msgs/msg/float32_multi_array_stamped.hpp" |
| 32 | +#include "autoware_internal_debug_msgs/msg/float32_stamped.hpp" |
31 | 33 | #include "autoware_vehicle_msgs/msg/steering_report.hpp"
|
32 | 34 | #include "autoware_vehicle_msgs/msg/velocity_report.hpp"
|
33 | 35 | #include "geometry_msgs/msg/twist_stamped.hpp"
|
|
37 | 39 | #include "std_msgs/msg/multi_array_dimension.hpp"
|
38 | 40 | #include "std_msgs/msg/string.hpp"
|
39 | 41 | #include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
|
40 |
| -#include "tier4_debug_msgs/msg/float32_multi_array_stamped.hpp" |
41 |
| -#include "tier4_debug_msgs/msg/float32_stamped.hpp" |
42 | 42 | #include "tier4_external_api_msgs/msg/calibration_status.hpp"
|
43 | 43 | #include "tier4_external_api_msgs/msg/calibration_status_array.hpp"
|
44 | 44 | #include "tier4_external_api_msgs/srv/get_accel_brake_map_calibration_data.hpp"
|
|
57 | 57 |
|
58 | 58 | namespace autoware::accel_brake_map_calibrator
|
59 | 59 | {
|
| 60 | +using autoware_internal_debug_msgs::msg::Float32MultiArrayStamped; |
| 61 | +using autoware_internal_debug_msgs::msg::Float32Stamped; |
60 | 62 | using autoware_vehicle_msgs::msg::SteeringReport;
|
61 | 63 | using autoware_vehicle_msgs::msg::VelocityReport;
|
62 | 64 | using geometry_msgs::msg::TwistStamped;
|
63 | 65 | using nav_msgs::msg::OccupancyGrid;
|
64 | 66 | using raw_vehicle_cmd_converter::AccelMap;
|
65 | 67 | using raw_vehicle_cmd_converter::BrakeMap;
|
66 | 68 | using std_msgs::msg::Float32MultiArray;
|
67 |
| -using tier4_debug_msgs::msg::Float32MultiArrayStamped; |
68 |
| -using tier4_debug_msgs::msg::Float32Stamped; |
69 | 69 | using tier4_external_api_msgs::msg::CalibrationStatus;
|
70 | 70 | using tier4_vehicle_msgs::msg::ActuationCommandStamped;
|
71 | 71 | using tier4_vehicle_msgs::msg::ActuationStatusStamped;
|
|
0 commit comments