Skip to content

Commit

Permalink
perf(freespace_planning_algorithms): update the astar search algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
4swinv committed Apr 9, 2024
1 parent 6b2229e commit 41f40d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
astar:
only_behind_solutions: false
use_back: false
use_curve_weight: true
use_complete_astar: true
distance_heuristic_weight: 1.0
# -- RRT* search Configurations --
rrtstar:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
astar:
only_behind_solutions: false
use_back: false
use_curve_weight: true
use_complete_astar: true
distance_heuristic_weight: 1.0
# -- RRT* search Configurations --
rrtstar:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
astar:
only_behind_solutions: false
use_back: true
use_curve_weight: true
use_complete_astar: true
distance_heuristic_weight: 1.0

# -- RRT* search Configurations --
Expand Down

0 comments on commit 41f40d4

Please sign in to comment.