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]>
  • Loading branch information
veqcc authored and mitukou1109 committed Jul 2, 2024
1 parent 48ef547 commit f58ed42
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 f58ed42

Please sign in to comment.