frountier_threshold:0.0# dist new state to nearest neighbor to disqualify as frontier. default: 0.0 set in setup()
frountier_threshold:0.0# dist new state to nearest neighbor to disqualify as frontier. default: 0.0 set in setup()
frountierNodeRatio:0.1# 1/10, or 1 nonfrontier for every 10 frontier. default: 0.1
frountierNodeRatio:0.1# 1/10, or 1 nonfrontier for every 10 frontier. default: 0.1
k_constant:0.0# value used to normalize expresssion. default: 0.0 set in setup()
k_constant:0.0# value used to normalize expresssion. default: 0.0 set in setup()
PRMkConfigDefault:
PRMkConfigDefault:
...
@@ -75,9 +75,9 @@ planner_configs:
...
@@ -75,9 +75,9 @@ planner_configs:
STRIDEkConfigDefault:
STRIDEkConfigDefault:
type:geometric::STRIDE
type:geometric::STRIDE
range:0.0# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
range:0.0# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
goal_bias:0.05# When close to goal select goal, with this probability. default: 0.05
goal_bias:0.05# When close to goal select goal, with this probability. default: 0.05
use_projected_distance:0# whether nearest neighbors are computed based on distances in a projection of the state rather distances in the state space itself. default: 0
use_projected_distance:0# whether nearest neighbors are computed based on distances in a projection of the state rather distances in the state space itself. default: 0
degree:16# desired degree of a node in the Geometric Near-neightbor Access Tree (GNAT). default: 16
degree:16# desired degree of a node in the Geometric Near-neightbor Access Tree (GNAT). default: 16
max_degree:18# max degree of a node in the GNAT. default: 12
max_degree:18# max degree of a node in the GNAT. default: 12
min_degree:12# min degree of a node in the GNAT. default: 12
min_degree:12# min degree of a node in the GNAT. default: 12
max_pts_per_leaf:6# max points per leaf in the GNAT. default: 6
max_pts_per_leaf:6# max points per leaf in the GNAT. default: 6
...
@@ -88,13 +88,13 @@ planner_configs:
...
@@ -88,13 +88,13 @@ planner_configs:
range:0.0# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
range:0.0# Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
temp_change_factor:0.1# how much to increase or decrease temp. default: 0.1
temp_change_factor:0.1# how much to increase or decrease temp. default: 0.1