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

consider re-coupling path-related cost functions #99

Closed
rayvburn opened this issue Jun 8, 2023 · 1 comment
Closed

consider re-coupling path-related cost functions #99

rayvburn opened this issue Jun 8, 2023 · 1 comment
Labels
expedite Required for the planner article question Further information is requested wontfix This will not be worked on

Comments

@rayvburn
Copy link
Owner

rayvburn commented Jun 8, 2023

Decoupled:

  • path_costs_ + alignment_costs_ (path_distance_bias_)
  • goal_costs_ + goal_front_costs_ (goal_distance_bias_)

Not decoupled: obstacle_costs_ (occdist_scale_)

Ref: https://github.com/ros-planning/navigation/blob/9ad644198e132d0e950579a3bc72c29da46e60b0/dwa_local_planner/src/dwa_planner.cpp#L65

@rayvburn rayvburn added question Further information is requested expedite Required for the planner article labels Jun 8, 2023
@rayvburn rayvburn added the wontfix This will not be worked on label Sep 24, 2023
@rayvburn
Copy link
Owner Author

As shown in the #92, decoupled costs were diversified, so they won't be coupled/merged again.

@rayvburn rayvburn reopened this Sep 24, 2023
@rayvburn rayvburn closed this as not planned Won't fix, can't repro, duplicate, stale Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expedite Required for the planner article question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant