Skip to content

Commit

Permalink
add ego_nearest param
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi authored and kosuke55 committed Nov 10, 2022
1 parent 6008351 commit 6e9b2bb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ struct BehaviorPathPlannerParameters
double turn_light_on_threshold_dis_long;
double turn_light_on_threshold_time;

double ego_nearest_dist_threshold;
double ego_nearest_yaw_threshold;

// vehicle info
vehicle_info_util::VehicleInfo vehicle_info;
double wheel_base;
Expand Down

0 comments on commit 6e9b2bb

Please sign in to comment.