Skip to content

Commit

Permalink
Update docs to add velocity limit parameter in DWB Controller (ros-na…
Browse files Browse the repository at this point in the history
…vigation#591)

* Update docs

Signed-off-by: huiyulhy <lhyleonghuiyu@gmail.com>

* update title

Signed-off-by: huiyulhy <lhyleonghuiyu@gmail.com>

* Update configuration/packages/dwb-plugins/standard_traj_generator.rst

Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: Huiyu Leong <26198479+huiyulhy@users.noreply.github.com>

---------

Signed-off-by: huiyulhy <lhyleonghuiyu@gmail.com>
Signed-off-by: Huiyu Leong <26198479+huiyulhy@users.noreply.github.com>
Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: Rob Fisher <rob.fisher@hbkworld.com>
  • Loading branch information
2 people authored and robbiefish committed Nov 14, 2024
1 parent df1f5ef commit e7facd9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions configuration/packages/configuring-dwb-controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Example
xy_goal_tolerance: 0.25
trans_stopped_velocity: 0.25
short_circuit_trajectory_evaluation: True
limit_vel_cmd_in_traj: False
stateful: True
critics: ["RotateToGoal", "Oscillation", "BaseObstacle", "GoalAlign", "PathAlign", "PathDist", "GoalDist"]
BaseObstacle.scale: 0.02
Expand Down
11 changes: 11 additions & 0 deletions configuration/packages/dwb-plugins/standard_traj_generator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,14 @@ Parameters

Description
Whether to include the last pose in the trajectory.

:``<dwb plugin>``.limit_vel_cmd_in_traj:

==== =======
Type Default
---- -------
bool false
==== =======

Description
Whether to limit velocity command in trajectory using sampled velocity instead of the commanded velocity.
12 changes: 11 additions & 1 deletion migration/Jazzy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,14 @@ Before:

After:

.. image:: images/fix_flickering_visualization_after.png
.. image:: images/fix_flickering_visualization_after.png

Option to limit velocity through DWB trajectory
***********************************************

In `PR #4663 <https://github.com/ros-navigation/navigation2/pull/4663>`_ a ``limit_vel_cmd_in_traj`` parameter was introduced to DWB local planner to allow the user to limit the velocity used in the trajectory generation based on the robot's current velocity.

Default value:

- false

0 comments on commit e7facd9

Please sign in to comment.