Skip to content

Commit

Permalink
Update ompl_defaults.yaml to not have an invalid AnytimePathShortenin…
Browse files Browse the repository at this point in the history
…g configuration (#3374) (#3375)

(cherry picked from commit 7284d36)

Co-authored-by: Stephanie Eng <stephanie-eng@users.noreply.github.com>
  • Loading branch information
mergify[bot] and stephanie-eng authored Mar 6, 2025
1 parent a77e957 commit 954a027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moveit_configs_utils/default_configs/ompl_defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
planner_configs:
AnytimePathShortening:
type: geometric::AnytimePathShortening
shortcut: true # Attempt to shortcut all new solution paths
hybridize: true # Compute hybrid solution trajectories
shortcut: 1 # Attempt to shortcut all new solution paths
hybridize: 1 # Compute hybrid solution trajectories
max_hybrid_paths: 24 # Number of hybrid paths generated per iteration
num_planners: 4 # The number of default planners to use for planning
planners: "" # A comma-separated list of planner types (e.g., "PRM,EST,RRTConnect"Optionally, planner parameters can be passed to change the default:"PRM[max_nearest_neighbors=5],EST[goal_bias=.5],RRT[range=10. goal_bias=.1]"
Expand Down

0 comments on commit 954a027

Please sign in to comment.