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 and KhalilSelyan committed Jul 22, 2024
1 parent 3b8a5d6 commit 5e3f9b6
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 5e3f9b6

Please sign in to comment.