Skip to content

Commit ee14f35

Browse files
committed
Switch to RRT*-Inf
1 parent c36c20c commit ee14f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ada_moveit/config/ompl_planning.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ planner_configs:
5353
range: 0.05 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
5454
RRTstarkConfigDefault:
5555
type: geometric::RRTstar
56-
range: 3.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() (in practice, for ADA, this default is ~7)
56+
range: 100.0 # 3.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() (in practice, for ADA, this default is ~7, around 20% of the maximum extent of the space)
5757
goal_bias: 0.05 # When close to goal select goal, with this probability? default: 0.05
5858
delay_collision_checking: 1 # Stop collision checking as soon as C-free parent found. default 1
5959
TRRTkConfigDefault:

0 commit comments

Comments
 (0)