Skip to content

Commit

Permalink
Merge branch 'main' into fix-failure-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Jun 26, 2024
2 parents 981afbd + 7a28691 commit 32605e4
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 32605e4

Please sign in to comment.