Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions configuration/packages/configuring-controller-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ Parameters
Description
Frequency to run controller (Hz).

:costmap_update_timeout:

============== ========
Type Default
-------------- --------
double 0.3
============== ========

Description
The timeout value (seconds) for the costmap to be fully updated before a control effort can be computed.

:use_realtime_priority:

============== =======
Expand Down Expand Up @@ -264,6 +275,7 @@ Example
ros__parameters:
use_sim_time: True
controller_frequency: 20.0
costmap_update_timeout: 0.3
min_x_velocity_threshold: 0.001
min_y_velocity_threshold: 0.5
min_theta_velocity_threshold: 0.001
Expand Down
14 changes: 13 additions & 1 deletion configuration/packages/configuring-planner-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Parameters
============== ========
Type Default
-------------- --------
double [20.0]
double 20.0
============== ========

Description
Expand Down Expand Up @@ -75,6 +75,17 @@ Parameters
Description
The lifecycle node bond mechanism publishing period (on the /bond topic). Disabled if inferior or equal to 0.0.

:costmap_update_timeout:

============== ========
Type Default
-------------- --------
double 1.0
============== ========

Description
The timeout value (seconds) for the costmap to be fully updated before a planning request.

Default Plugins
***************

Expand All @@ -93,6 +104,7 @@ Example
planner_server:
ros__parameters:
expected_planner_frequency: 20.0
costmap_update_timeout: 1.0
planner_plugins: ['GridBased']
GridBased:
plugin: 'nav2_navfn_planner::NavfnPlanner' # In Iron and older versions, "/" was used instead of "::"