Skip to content
Snippets Groups Projects
Commit 355bfea8 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Change navigation params: inflation radius 0.5->1.0, decreased footprint size,...

Change navigation params: inflation radius 0.5->1.0, decreased footprint size, increased path_distance_bias
parent 7ef67538
No related branches found
No related tags found
No related merge requests found
# footprint parameters # footprint parameters
#footprint: [[0.35, 0.35], [0.35, -0.35], [-0.35,-0.35 ], [-0.35, 0.35]] #footprint: [[0.35, 0.35], [0.35, -0.35], [-0.35,-0.35 ], [-0.35, 0.35]]
footprint: [[0.3, 0.3], [0.3, -0.3], [-0.3,-0.3 ], [-0.3, 0.3]] #footprint: [[0.3, 0.3], [0.3, -0.3], [-0.3,-0.3 ], [-0.3, 0.3]]
footprint: [[0.25,0.25],[0.25,-0.25],[-0.25,-0.25],[-0.25,0.25]]
#robot_radius: 0.35 #robot_radius: 0.35
footprint_padding: 0.01 footprint_padding: 0.01
footprint_topic: /ana/footprint footprint_topic: /ana/footprint
...@@ -58,4 +59,4 @@ inflation_layer: ...@@ -58,4 +59,4 @@ inflation_layer:
inflate_unknown: false inflate_unknown: false
inflation_radius: 2.0 inflation_radius: 2.0
cost_scaling_factor: 5.0 cost_scaling_factor: 5.0
inflation_radius: 0.5 inflation_radius: 1.0
...@@ -32,9 +32,9 @@ DWAPlannerROS: ...@@ -32,9 +32,9 @@ DWAPlannerROS:
controller_frequency: 20.0 # defines the sim_period controller_frequency: 20.0 # defines the sim_period
# Trajectory scoring parameters # Trajectory scoring parameters
path_distance_bias: 50.0 path_distance_bias: 200.0
goal_distance_bias: 20.0 goal_distance_bias: 10.0
occdist_scale: 0.02 occdist_scale: 0.05
twirling_scale: 0.0 twirling_scale: 0.0
stop_time_buffer: 0.2 stop_time_buffer: 0.2
forward_point_distance: 0.325 forward_point_distance: 0.325
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment