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
max_hybrid_paths: 24# Number of hybrid paths generated per iteration
18
+
max_hybrid_paths: 8# Number of hybrid paths generated per iteration
19
19
num_planners: 4# The number of default planners to use for planning
20
-
planners: "RRTConnect"# 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]"
20
+
planners: "RRTConnect[intermediate_states=0 range=0.05]"# 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]"
21
21
SBLkConfigDefault:
22
22
type: geometric::SBL
23
23
range: 0.0# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
@@ -49,7 +49,8 @@ planner_configs:
49
49
goal_bias: 0.05# When close to goal select goal, with this probability? default: 0.05
50
50
RRTConnectkConfigDefault:
51
51
type: geometric::RRTConnect
52
-
range: 0.0# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
52
+
intermediate_states: 0# Whether to add intermediate states to the plan, default 0
53
+
range: 0.05# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
53
54
RRTstarkConfigDefault:
54
55
type: geometric::RRTstar
55
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)
0 commit comments