Skip to content

Commit

Permalink
fix_GoalAlignCritic
Browse files Browse the repository at this point in the history
  • Loading branch information
shunki1006 authored Nov 7, 2023
1 parent c4f6120 commit ff19732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orange_navigation/config/navigation2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ controller_server:
critics: ["RotateToGoal", "Oscillation", "BaseObstacle", "GoalAlign", "PathAlign", "PathDist", "GoalDist"]
PathAlign.scale: 50.0
PathAlign.forward_point_distance: 1.0
GoalAlign.scale: 24.0
GoalAlign.forward_point_distance: 0.1
PathDist.scale: 32.0
GoalDist.scale: 24.0
ObstacleFootprint.scale: 32.0
Expand All @@ -176,6 +174,9 @@ controller_server:
Oscillation.scale: 1.0
BaseObstacle.sum_scores: false
BaseObstacle.scale: 0.02
GoalAlign.forward_point_distance: 0.1
GoalAlign.aggregation_type: "last"
GoalAlign.scale: 24.0

controller_server_rclcpp_node:
ros__parameters:
Expand Down

0 comments on commit ff19732

Please sign in to comment.