Skip to content

Commit

Permalink
change rtc cooperate status according to module status
Browse files Browse the repository at this point in the history
Signed-off-by: Go Sakayori <gsakayori@gmail.com>
  • Loading branch information
go-sakayori committed Sep 12, 2024
1 parent eba9d50 commit 58e1ae2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
stop_pose_ = module_type_->getStopPose();

if (!module_type_->isValidPath()) {
updateRTCStatus(
std::numeric_limits<double>::lowest(), std::numeric_limits<double>::lowest(), false,
State::FAILED);
path_candidate_ = std::make_shared<PathWithLaneId>();
return out;
}
Expand Down

0 comments on commit 58e1ae2

Please sign in to comment.