Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(elastic_band_smoother): increase lateral replan threshold #652

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
enable: true # if true, only perform smoothing when the input changes significantly
max_path_shape_around_ego_lat_dist: 2.0 # threshold of path shape change around ego [m]
max_path_shape_forward_lon_dist: 100.0 # forward point to check lateral distance difference [m]
max_path_shape_forward_lat_dist: 0.1 # threshold of path shape change around forward point [m]
max_path_shape_forward_lat_dist: 0.2 # threshold of path shape change around forward point [m]
max_ego_moving_dist: 5.0 # threshold of ego's moving distance for replan [m]
# make max_goal_moving_dist long to keep start point fixed for pull over
max_goal_moving_dist: 15.0 # threshold of goal's moving distance for replan [m]
Expand Down
Loading