Skip to content
Merged
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
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