Update dwa_base_local_planner_params.yaml

This commit is contained in:
bjoernellens1 2025-02-10 13:09:28 +01:00 committed by GitHub
parent 838c88e1c7
commit 019a359a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,8 @@ DWAPlannerROS:
gdist_scale: 0.6
#meter_scoring: true
heading_lookahead: 0.325
heading_scoring: false
heading_lookahead: 1.5 #0.325
heading_scoring: true #false
heading_scoring_timestep: 0.8
#occdist_scale: 0.1
oscillation_reset_dist: 0.05
@ -32,10 +32,10 @@ DWAPlannerROS:
prune_plan: true
# Forward Simulation Parameters
sim_time: 2.5 #5.0 #1.0 #5.0 #2.5
sim_time: 5.0 #1.0 #5.0 #2.5
sim_granularity: 0.025
angular_sim_granularity: 0.025
vx_samples: 8
vx_samples: 20 #8
vy_samples: 1 #0 # zero for a differential drive robot
vtheta_samples: 20
dwa: true
@ -44,7 +44,7 @@ DWAPlannerROS:
# # Trajectory Scoring Parameters
path_distance_bias: 64.0 # 32.0 - weighting for how much it should stick to the global path plan
goal_distance_bias: 24.0 # 24.0 - wighting for how much it should attempt to reach its goal
occdist_scale: 10.0 #2.0 #0.5 # 0.01 - weighting for how much the controller should avoid obstacles
occdist_scale: 50.0 #2.0 #0.5 # 0.01 - weighting for how much the controller should avoid obstacles
forward_point_distance: 0.325 # 0.325 - how far along to place an additional scoring point
stop_time_buffer: 0.2 # 0.2 - amount of time a robot must stop in before colliding for a valid traj.
scaling_speed: 0.25 # 0.25 - absolute velocity at which to start scaling the robot's footprint