Skip to content

Commit

Permalink
fix(autoware_velocity_smoother): fix duplicateBreak warning (#7699)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jun 26, 2024
1 parent 641796b commit 7a28691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planning/autoware_velocity_smoother/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ VelocitySmootherNode::AlgorithmType VelocitySmootherNode::getAlgorithmType(
}

throw std::domain_error("[VelocitySmootherNode] undesired algorithm is selected.");
return AlgorithmType::INVALID;
}

double VelocitySmootherNode::calcTravelDistance() const
Expand Down

0 comments on commit 7a28691

Please sign in to comment.