Skip to content

Commit

Permalink
po
Browse files Browse the repository at this point in the history
Signed-off-by: yuki-takagi-66 <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Dec 19, 2024
1 parent 72c0271 commit 51c5682
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ PidLongitudinalController::ControlData PidLongitudinalController::getControlData

// distance to stopline
control_data.stop_dist = longitudinal_utils::calcStopDistance(
control_data.interpolated_traj.points.at(control_data.nearest_idx).pose,
control_data.interpolated_traj, m_ego_nearest_dist_threshold, m_ego_nearest_yaw_threshold);
current_pose, control_data.interpolated_traj, m_ego_nearest_dist_threshold,
m_ego_nearest_yaw_threshold);

// pitch
// NOTE: getPitchByTraj() calculates the pitch angle as defined in
Expand Down

0 comments on commit 51c5682

Please sign in to comment.