Skip to content

Commit

Permalink
mir_dwb_critics: Fill in description
Browse files Browse the repository at this point in the history
  • Loading branch information
mintar committed May 7, 2024
1 parent 6ba21b4 commit 2b7a85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mir_dwb_critics/default_critics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>Scores trajectories based on how far along the global path they end up.</description>
</class>
<class type="mir_dwb_critics::PathAngleCritic" base_class_type="dwb_local_planner::TrajectoryCritic">
<description>TODO</description>
<description>Scores trajectories based on the difference between the path's current angle and the trajectory's angle</description>
</class>
<class type="mir_dwb_critics::PathDistPrunedCritic" base_class_type="dwb_local_planner::TrajectoryCritic">
<description>Scores trajectories based on the distance to the global path, only taking the parts into account that are still ahead of the robot.</description>
Expand Down

0 comments on commit 2b7a85e

Please sign in to comment.