Skip to content

Commit

Permalink
Added compiling code for heading based navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
artzha committed Dec 10, 2024
1 parent 8aa385f commit cdc8bde
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 311 deletions.
2 changes: 1 addition & 1 deletion config/navigation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NavigationParameters = {
camera_calibration_path = "config/camera_calibration_kinect.yaml";
model_path = "../preference_learning_models/jit_cost_model_outdoor_6dim.pt";
evaluator_type = "linear";
intermediate_goal_dist = 10; -- final goal distance will be half this (meters)
intermediate_goal_tolerance = 10; -- final goal distance will be half this (meters)
max_inflation_radius = 1;
min_inflation_radius = 0.3;
local_costmap_resolution = 0.05;
Expand Down
Loading

0 comments on commit cdc8bde

Please sign in to comment.