Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 committed Jun 11, 2024
1 parent fee6722 commit 90543ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#ifndef AUTOWARE_PURE_PURSUIT__AUTOWARE_PURE_PURSUIT_LATERAL_CONTROLLER_HPP_
#define AUTOWARE_PURE_PURSUIT__AUTOWARE_PURE_PURSUIT_LATERAL_CONTROLLER_HPP_

#include "autoware_trajectory_follower_base/lateral_controller_base.hpp"
#include "autoware_pure_pursuit/autoware_pure_pursuit.hpp"
#include "autoware_pure_pursuit/autoware_pure_pursuit_viz.hpp"
#include "autoware_trajectory_follower_base/lateral_controller_base.hpp"
#include "rclcpp/rclcpp.hpp"
#include "tf2_ros/buffer.h"
#include "tf2_ros/transform_listener.h"
Expand Down
2 changes: 1 addition & 1 deletion control/autoware_trajectory_follower_node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<depend>autoware_mpc_lateral_controller</depend>
<depend>autoware_pid_longitudinal_controller</depend>
<depend>autoware_planning_msgs</depend>
<depend>autoware_pure_pursuit</depend>
<depend>autoware_trajectory_follower_base</depend>
<depend>autoware_vehicle_info_utils</depend>
<depend>autoware_pure_pursuit</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>motion_utils</depend>
<depend>rclcpp</depend>
Expand Down

0 comments on commit 90543ca

Please sign in to comment.