Skip to content

Commit

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

fix unusedVariable warning

Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Signed-off-by: Simon Eisenmann <simon.eisenmann@driveblocks.ai>
  • Loading branch information
veqcc authored and simon-eisenmann-driveblocks committed Jun 26, 2024
1 parent 980a1ca commit 2dc17db
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 2dc17db

Please sign in to comment.