Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
Signed-off-by: beyza <bnk@leodrive.ai>
  • Loading branch information
beyzanurkaya committed Jan 17, 2023
1 parent 097bdbe commit 4d5255b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions planning/obstacle_avoidance_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1185,9 +1185,6 @@ Trajectories ObstacleAvoidancePlanner::optimizeTrajectory(const PlannerData & pl
debug_data_.mpt_traj = mpt_trajs.get().mpt;
debug_data_.mpt_ref_traj = points_utils::convertToTrajectoryPoints(mpt_trajs.get().ref_points);
debug_data_.eb_traj = eb_traj.get();
debug_data_.right_bound = p.path.right_bound;
debug_data_.left_bound = p.path.left_bound;

debug_data_.msg_stream << " " << __func__ << ":= " << stop_watch_.toc(__func__) << " [ms]\n";
return trajs;
}
Expand Down

0 comments on commit 4d5255b

Please sign in to comment.