Skip to content

Commit

Permalink
Merge branch 'master' into feat/testing_param_to_stop_rotating
Browse files Browse the repository at this point in the history
  • Loading branch information
jardeldyonisio authored Sep 27, 2023
2 parents d89e955 + d85fe13 commit 13c8a4b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DWAPlannerROS:

# Robot Configuration Parameters - Kobuki
max_vel_x: 0.3 ## 0.55
max_vel_x: 0.3 ## 0.55
min_vel_x: 0 ##

max_vel_y: 0.0 # diff drive robot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ NavfnROS:
planner_window_x: 0.0 # Specifies the x size of an optional window to restrict the planner to, default 0.0
planner_window_y: 0.0 # Specifies the y size of an optional window to restrict the planner to, default 0.0

default_tolerance: 3.0 # If the goal is in an obstacle, the planer will plan to the nearest point in the radius of default_tolerance, default 0.0
default_tolerance: 0.5 # If the goal is in an obstacle, the planer will plan to the nearest point in the radius of default_tolerance, default 0.0
# The area is always searched, so could be slow for big values
5 changes: 5 additions & 0 deletions butia_navigation_gazebo/maps/corredor_itec.pgm

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions butia_navigation_gazebo/maps/corredor_itec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image: corredor_itec.pgm
resolution: 0.050000
origin: [-13.800000, -26.600000, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

0 comments on commit 13c8a4b

Please sign in to comment.