Skip to content

Commit

Permalink
delete null line
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Sep 4, 2024
1 parent df83730 commit 68f172f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ PidLongitudinalController::ControlData PidLongitudinalController::getControlData
control_data.interpolated_traj.points.insert(
control_data.interpolated_traj.points.begin() + current_interpolated_pose.second + 1,
current_interpolated_pose.first);

control_data.nearest_idx = current_interpolated_pose.second + 1;
control_data.target_idx = control_data.nearest_idx;
const auto nearest_point = current_interpolated_pose.first;
Expand Down

0 comments on commit 68f172f

Please sign in to comment.