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

added PathDistPrunedCritic for dwb #42

Closed
wants to merge 1 commit into from

Conversation

niniemann
Copy link
Contributor

The PathDistPrunedCritic extends PathDistCritic by removing the first part of the global plan up to the first local minimum in the distance between the planned path and the robots position.
The intention is to remove that part of the path that the robot already followed from the critic. This is not accurately achieved yet, but already an improvement over not pruning the path.

which works exactly like the original PathDistCritic, except that it
searches for a local minimum in the distance from the global path to the robots
current position. It then prunes the global_path from the start up to
this point, therefore approximately cutting of a segment of the path
that the robot already followed.
@mintar mintar self-assigned this Dec 13, 2019
mintar pushed a commit that referenced this pull request Dec 13, 2019
which works exactly like the original PathDistCritic, except that it
searches for a local minimum in the distance from the global path to the robots
current position. It then prunes the global_path from the start up to
this point, therefore approximately cutting of a segment of the path
that the robot already followed.
@mintar
Copy link
Member

mintar commented Dec 13, 2019

Merged via eb17371 .

@mintar mintar closed this Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants