Skip to content

Commit

Permalink
fix typo in ompl_planning.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch authored and andrejpan committed Apr 17, 2023
1 parent 419beac commit b635ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion franka_moveit_config/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ planner_configs:
BKPIECEkConfigDefault:
type: geometric::BKPIECE
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
border_fraction: 0.9 # Fraction fof time focused on boarder default: 0.9
border_fraction: 0.9 # Fraction of time focused on boarder default: 0.9
failed_expansion_score_factor: 0.5 # When extending motion fails, scale score by factor. default: 0.5
min_valid_path_fraction: 0.5 # Accept partially valid moves above fraction. default: 0.5
KPIECEkConfigDefault:
Expand Down

0 comments on commit b635ce3

Please sign in to comment.