Skip to content

Commit

Permalink
make controller_server param descriptions useful (ros-navigation#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson authored Aug 17, 2020
1 parent 5bd4a2f commit a7b4aad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions configuration/packages/configuring-controller-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ Parameters
============== =============================

Description
Minimum X velocity to use (m/s).
The controller server filters the velocity portion of the odometry messages received before sending them to the controller plugin.
Odometry values below this threshold (in m/s) will be set to 0.0.

:min_y_velocity_threshold:

Expand All @@ -118,7 +119,8 @@ Parameters
============== =============================

Description
Minimum Y velocity to use (m/s).
The controller server filters the velocity portion of the odometry messages received before sending them to the controller plugin.
Odometry values below this threshold (in m/s) will be set to 0.0. For non-holonomic robots

:min_theta_velocity_threshold:

Expand All @@ -129,7 +131,8 @@ Parameters
============== =============================

Description
Minimum angular velocity to use (rad/s).
The controller server filters the velocity portion of the odometry messages received before sending them to the controller plugin.
Odometry values below this threshold (in rad/s) will be set to 0.0.

Provided Plugins
****************
Expand Down

0 comments on commit a7b4aad

Please sign in to comment.