Skip to content

Commit

Permalink
Merge branch 'feat/use_takeData_in_abc' of github.com:N-Eiki/autoware…
Browse files Browse the repository at this point in the history
….universe into feat/use_takeData_in_abc
  • Loading branch information
N-Eiki committed Jun 11, 2024
2 parents d04bda2 + 22f41b4 commit bb98c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
#ifndef AUTOWARE_ACCEL_BRAKE_MAP_CALIBRATOR__ACCEL_BRAKE_MAP_CALIBRATOR_NODE_HPP_
#define AUTOWARE_ACCEL_BRAKE_MAP_CALIBRATOR__ACCEL_BRAKE_MAP_CALIBRATOR_NODE_HPP_

#include "tier4_autoware_utils/ros/polling_subscriber.hpp"

#include "autoware_raw_vehicle_cmd_converter/accel_map.hpp"
#include "autoware_raw_vehicle_cmd_converter/brake_map.hpp"
#include "diagnostic_updater/diagnostic_updater.hpp"
#include "rclcpp/rclcpp.hpp"
#include "tf2/utils.h"
#include "tier4_autoware_utils/ros/logger_level_configure.hpp"
#include "tier4_autoware_utils/ros/polling_subscriber.hpp"
#include "tier4_autoware_utils/ros/transform_listener.hpp"

#include <Eigen/Dense>
Expand Down Expand Up @@ -383,4 +382,4 @@ class AccelBrakeMapCalibrator : public rclcpp::Node

} // namespace autoware::accel_brake_map_calibrator

#endif // AUTOWARE_ACCEL_BRAKE_MAP_CALIBRATOR__ACCEL_BRAKE_MAP_CALIBRATOR_NODE_HPP_
#endif // AUTOWARE_ACCEL_BRAKE_MAP_CALIBRATOR__ACCEL_BRAKE_MAP_CALIBRATOR_NODE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -1707,4 +1707,4 @@ void AccelBrakeMapCalibrator::add_log_to_csv(
<< ", " << new_accel_mse << "," << rmse_rate << std::endl;
}

} // autoware::namespace accel_brake_map_calibrator
} // namespace autoware::accel_brake_map_calibrator

0 comments on commit bb98c73

Please sign in to comment.