Skip to content

Commit

Permalink
tava no robo
Browse files Browse the repository at this point in the history
  • Loading branch information
jardeldyonisio committed Sep 21, 2023
1 parent afeb946 commit 8d1d83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
DWAPlannerROS:

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

max_vel_y: 0.0 # diff drive robot
min_vel_y: 0.0 # diff drive robot

max_trans_vel: 0.4 ## choose slightly less than the base's capability
max_trans_vel: 0.3 ## choose slightly less than the base's capability
min_trans_vel: 0.1 ## this is the min trans velocity when there is negligible rotational velocity
trans_stopped_vel: 0.1

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

0 comments on commit 8d1d83c

Please sign in to comment.