mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
6eec59e70c
commit
534ad1a111
@ -544,7 +544,7 @@ planner_server:
|
|||||||
angle_quantization_bins: 72 # Number of angle bins for search
|
angle_quantization_bins: 72 # Number of angle bins for search
|
||||||
analytic_expansion_ratio: 3.5 # The ratio to attempt analytic expansions during search for final approach.
|
analytic_expansion_ratio: 3.5 # The ratio to attempt analytic expansions during search for final approach.
|
||||||
analytic_expansion_max_length: 3.0 # For Hybrid/Lattice nodes: The maximum length of the analytic expansion to be considered valid to prevent unsafe shortcutting
|
analytic_expansion_max_length: 3.0 # For Hybrid/Lattice nodes: The maximum length of the analytic expansion to be considered valid to prevent unsafe shortcutting
|
||||||
minimum_turning_radius: 0.10 # was 0.40 # minimum turning radius in m of path / vehicle
|
minimum_turning_radius: 0.0 # was 0.40 # minimum turning radius in m of path / vehicle
|
||||||
reverse_penalty: 1.3 # was 2.0 # Penalty to apply if motion is reversing, must be => 1
|
reverse_penalty: 1.3 # was 2.0 # Penalty to apply if motion is reversing, must be => 1
|
||||||
change_penalty: 0.5 # was 0.0 # Penalty to apply if motion is changing directions (L to R), must be >= 0
|
change_penalty: 0.5 # was 0.0 # Penalty to apply if motion is changing directions (L to R), must be >= 0
|
||||||
non_straight_penalty: 1.2 # Penalty to apply if motion is non-straight, must be => 1
|
non_straight_penalty: 1.2 # Penalty to apply if motion is non-straight, must be => 1
|
||||||
|
Loading…
Reference in New Issue
Block a user