Skip to content

Commit

Permalink
Adjusted costmap params
Browse files Browse the repository at this point in the history
  • Loading branch information
artzha committed Jan 15, 2025
1 parent 926ed27 commit 2e390a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/navigation_costmap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OSMPlannerParameters = {
gps_topic = "/vectornav/GPSHeading";
gps_goals_topic = "/gps_goals";
osrm_file = "osrm_texas_cbf_mld/texas-latest.osrm";
osrm_path_resolution = 8; -- meters between GPS points
osrm_path_resolution = 10; -- meters between GPS points
}

NavigationParameters = {
Expand Down Expand Up @@ -94,8 +94,8 @@ DeepCostMapEvaluatorService = {
discount_factor = 0.95;
rollout_density = 3;

angle_weight = 0.15;
dist_to_goal_weight = 0.0;
angle_weight = 0.0;
dist_to_goal_weight = 0.1;
clearance_weight = 0.0;
clearance_weight_beta = 0.0;
fpl_weight = -0.2;
Expand Down

0 comments on commit 2e390a7

Please sign in to comment.