Skip to content

Commit

Permalink
Merge pull request #58 from ut-amrl/intermediate_planner
Browse files Browse the repository at this point in the history
Intermediate planner runtime flag
  • Loading branch information
sadanand1120 authored Oct 17, 2024
2 parents 1c294bb + fe5345a commit e3f4574
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 241 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
sudo apt install python3-rosdep python3-rosinstall python3-rosinstall-generator python3-wstool build-essential
sudo rosdep init
rosdep update
sudo apt install ros-noetic-costmap-2d
# Install libtorch
- name: Install libtorch
Expand Down
2 changes: 1 addition & 1 deletion config/navigation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NavigationParameters = {
max_angular_accel = 0.5;
max_angular_decel = 0.5;
max_angular_speed = 1.0;
carrot_dist = 1.5;
carrot_dist = 3.5;
system_latency = 0.24;
obstacle_margin = 0.15;
num_options = 31;
Expand Down
Loading

0 comments on commit e3f4574

Please sign in to comment.