Skip to content

Commit

Permalink
fix(behavior_path_planner): fix calcMinimumLongitudinalLength args
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Oct 13, 2023
1 parent 61c7e32 commit daeff82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ double calcRssDistance(

double calcMinimumLongitudinalLength(
const double front_object_velocity, const double rear_object_velocity,
const BehaviorPathPlannerParameters & params);
const RSSparams & rss_params);

boost::optional<PoseWithVelocityStamped> calcInterpolatedPoseWithVelocity(
const std::vector<PoseWithVelocityStamped> & path, const double relative_time);
Expand Down

0 comments on commit daeff82

Please sign in to comment.