Skip to content

Commit b284599

Browse files
authored
fix(autoware_velocity_smoother): fix unusedVariable warning (#7585)
fix unusedVariable warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 8837b1f commit b284599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

planning/autoware_velocity_smoother/src/trajectory_utils.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ bool calcStopDistWithJerkConstraints(
300300
}
301301

302302
double x, v, a, j;
303-
std::tuple<double, double, double, double> state;
304303

305304
switch (type) {
306305
case AccelerationType::TRAPEZOID: {

0 commit comments

Comments
 (0)