Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Sep 21, 2023
1 parent 74b8b69 commit dc79053
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ void modifyVelocityByDirection(
std::vector<std::pair<double, double>> & terminal_vel_acc_pairs, const double target_velocity,
const double acceleration);

PathWithLaneId generateStopPointInCurrentPath(
const PathWithLaneId & current_path, const lanelet::ConstLanelets & current_lanes,
const Pose & current_pose, Pose & stop_pose);
// PathWithLaneId generateStopPointInCurrentPath(
// const PathWithLaneId & current_path, const lanelet::ConstLanelets & current_lanes,
// const Pose & current_pose, Pose & stop_pose);

void updateEgoPredictedPathParams(
std::shared_ptr<EgoPredictedPathParams> & ego_predicted_path_params,
Expand Down

0 comments on commit dc79053

Please sign in to comment.