Skip to content

Commit

Permalink
Increase default w_smooth to 2M for Constrained Smoother (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyMerzlyakov authored Jan 12, 2023
1 parent 5a66c56 commit 9705afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/packages/configuring-constrained-smoother.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Smoother Server Parameters
============== ===========================
Type Default
-------------- ---------------------------
double 15000.0
double 2000000.0
============== ===========================

Description
Expand Down Expand Up @@ -271,7 +271,7 @@ Example
minimum_turning_radius: 0.40 # minimum turning radius the robot can perform. Can be set to 0.0 (or w_curve can be set to 0.0 with the same effect) for diff-drive/holonomic robots
w_curve: 30.0 # weight to enforce minimum_turning_radius
w_dist: 0.0 # weight to bind path to original as optional replacement for cost weight
w_smooth: 15000.0 # weight to maximize smoothness of path
w_smooth: 2000000.0 # weight to maximize smoothness of path
w_cost: 0.015 # weight to steer robot away from collision and cost
# Parameters used to improve obstacle avoidance near cusps (forward/reverse movement changes)
Expand Down

0 comments on commit 9705afe

Please sign in to comment.