Skip to content

Commit

Permalink
fix(autoware_obstacle_cruise_planner): fix unreadVariable warning (au…
Browse files Browse the repository at this point in the history
…towarefoundation#7627)

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored and tby-udel committed Jul 14, 2024
1 parent ff0cb9d commit 3de9903
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ void OptimizationBasedPlanner::publishDebugTrajectory(
const SBoundaries & s_boundaries, const VelocityOptimizer::OptimizationResult & opt_result)
{
const auto & current_time = planner_data.current_time;
const std::vector<double> time = opt_result.t;
// Publish optimized result and boundary
Trajectory boundary_traj;
boundary_traj.header.stamp = current_time;
Expand Down

0 comments on commit 3de9903

Please sign in to comment.