Skip to content

Commit

Permalink
fix(autoware_velocity_smoother): fix unusedVariable warning (#7585)
Browse files Browse the repository at this point in the history
fix unusedVariable warning

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jun 19, 2024
1 parent 8837b1f commit b284599
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ bool calcStopDistWithJerkConstraints(
}

double x, v, a, j;
std::tuple<double, double, double, double> state;

switch (type) {
case AccelerationType::TRAPEZOID: {
Expand Down

0 comments on commit b284599

Please sign in to comment.