Skip to content

Commit

Permalink
config - retuned the heading_dir_scale of a social c.f. [#92]
Browse files Browse the repository at this point in the history
- too high forced the robot to turn very late in the hall eval. scenario
  • Loading branch information
rayvburn committed Jan 19, 2024
1 parent 5fa662f commit c2dadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/HumapPlanner.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ group_cost.add("backward_scale", double_t, 0, "The weight for the backward motio
group_cost.add("heading_change_smoothness_scale", double_t, 0, "The weight for the cost function that penalizes robot rotational velocity changes", 11.0, 0.0)
group_cost.add("velocity_smoothness_scale", double_t, 0, "The weight for the cost function that penalizes velocity changes along trajectory", 15.0, 0.0)
group_cost.add("backward_penalty", double_t, 0, "Penalty (cost) value assigned to trajectory that starts with backward motion", 25.0, 0.0)
group_cost.add("heading_dir_scale", double_t, 0, "The weight for the cost function that penalizes trajectories that leading towards human center", 150.0, 0.0)
group_cost.add("heading_dir_scale", double_t, 0, "The weight for the cost function that penalizes trajectories that leading towards human center", 75.0, 0.0)
group_cost.add("personal_space_scale", double_t, 0, "The weight for the cost function that penalizes trajectories that intrude human personal space", 100.0, 0.0)
group_cost.add("fformation_space_scale", double_t, 0, "The weight for the cost function that penalizes trajectories that intrude F-formation space", 100.0, 0.0)
group_cost.add("passing_speed_scale", double_t, 0, "The weight for the cost function that penalizes robot trajectories that are not compliant with proper speeds of passing people", 15.0, 0.0)
Expand Down

0 comments on commit c2dadcc

Please sign in to comment.