Skip to content

Commit

Permalink
fix(autoware_velocity_smoother): fix duplicateBreak warning (autoware…
Browse files Browse the repository at this point in the history
…foundation#7699)

Signed-off-by: Ryuta Kambe <[email protected]>
Signed-off-by: palas21 <[email protected]>
  • Loading branch information
veqcc authored and palas21 committed Jul 12, 2024
1 parent c9c3319 commit 7866622
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 7866622

Please sign in to comment.