Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion turtlebot_navigation/param/dwa_local_planner_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DWAPlannerROS:
# do not set min_trans_vel to 0.0 otherwise dwa will always think translational velocities
# are non-negligible and small in place rotational velocities will be created.

max_rot_vel: 5.0 # choose slightly less than the base's capability
max_rot_vel: 0.5 # choose slightly less than the base's capability
min_rot_vel: 0.4 # this is the min angular velocity when there is negligible translational velocity
rot_stopped_vel: 0.4

Expand Down