DFKI-NI / mir_robot

ROS support for the MiR Robots. This is a community project to use the MiR Robots with ROS. It is not affiliated with Mobile Industrial Robots.
BSD 3-Clause "New" or "Revised" License
231 stars 156 forks source link

added PathDistPrunedCritic for dwb #42

Closed niniemann closed 4 years ago

niniemann commented 4 years ago

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.

mintar commented 4 years ago

Merged via eb173718 .