Skip to content

Commit

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

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jun 23, 2024
1 parent 2461903 commit ca8cb30
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 ca8cb30

Please sign in to comment.