Skip to content

Commit

Permalink
chore(rtc_controller): update module name (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored May 31, 2024
1 parent 81ec733 commit 6c7980f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoware_iv_external_api_adaptor/src/rtc_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ RTCController::RTCController(const rclcpp::NodeOptions & options)
std::make_unique<RTCModule>(this, "external_request_lane_change_left");
ext_request_lane_change_right_ =
std::make_unique<RTCModule>(this, "external_request_lane_change_right");
avoidance_left_ = std::make_unique<RTCModule>(this, "avoidance_left");
avoidance_right_ = std::make_unique<RTCModule>(this, "avoidance_right");
avoidance_left_ = std::make_unique<RTCModule>(this, "static_obstacle_avoidance_left");
avoidance_right_ = std::make_unique<RTCModule>(this, "static_obstacle_avoidance_right");
avoidance_by_lc_left_ = std::make_unique<RTCModule>(this, "avoidance_by_lane_change_left");
avoidance_by_lc_right_ = std::make_unique<RTCModule>(this, "avoidance_by_lane_change_right");
goal_planner_ = std::make_unique<RTCModule>(this, "goal_planner");
Expand Down

0 comments on commit 6c7980f

Please # to comment.