You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ada_moveit/config/ompl_planning.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ planner_configs:
53
53
range: 0.05# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
54
54
RRTstarkConfigDefault:
55
55
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)
57
57
goal_bias: 0.05# When close to goal select goal, with this probability? default: 0.05
58
58
delay_collision_checking: 1# Stop collision checking as soon as C-free parent found. default 1
0 commit comments