diff --git a/_sources/configuration/packages/configuring-thetastar.rst.txt b/_sources/configuration/packages/configuring-thetastar.rst.txt index acd4e506f..59c6a5498 100644 --- a/_sources/configuration/packages/configuring-thetastar.rst.txt +++ b/_sources/configuration/packages/configuring-thetastar.rst.txt @@ -91,13 +91,13 @@ Example .. code-block:: yaml planner_server: - ros__parameters: - expected_planner_frequency: 20.0 - use_sim_time: True - planner_plugins: ["GridBased"] - GridBased: - plugin: "nav2_theta_star_planner/ThetaStarPlanner" - how_many_corners: 8 - w_euc_cost: 1.0 - w_traversal_cost: 2.0 - w_heuristic_cost: 1.0 + ros__parameters: + expected_planner_frequency: 20.0 + use_sim_time: True + planner_plugins: ["GridBased"] + GridBased: + plugin: "nav2_theta_star_planner/ThetaStarPlanner" + how_many_corners: 8 + w_euc_cost: 1.0 + w_traversal_cost: 2.0 + w_heuristic_cost: 1.0 diff --git a/_sources/configuration/packages/smac/configuring-smac-2d.rst.txt b/_sources/configuration/packages/smac/configuring-smac-2d.rst.txt index 1f96e6a34..c98d12f6d 100644 --- a/_sources/configuration/packages/smac/configuring-smac-2d.rst.txt +++ b/_sources/configuration/packages/smac/configuring-smac-2d.rst.txt @@ -182,4 +182,4 @@ Example max_iterations: 1000 w_smooth: 0.3 w_data: 0.2 - tolerance: 1e-10 + tolerance: 1.0e-10 diff --git a/configuration/packages/configuring-thetastar.html b/configuration/packages/configuring-thetastar.html index 7fdafe04b..5dc62fa63 100644 --- a/configuration/packages/configuring-thetastar.html +++ b/configuration/packages/configuring-thetastar.html @@ -1122,16 +1122,16 @@
planner_server:
-ros__parameters:
- expected_planner_frequency: 20.0
- use_sim_time: True
- planner_plugins: ["GridBased"]
- GridBased:
- plugin: "nav2_theta_star_planner/ThetaStarPlanner"
- how_many_corners: 8
- w_euc_cost: 1.0
- w_traversal_cost: 2.0
- w_heuristic_cost: 1.0
+ ros__parameters:
+ expected_planner_frequency: 20.0
+ use_sim_time: True
+ planner_plugins: ["GridBased"]
+ GridBased:
+ plugin: "nav2_theta_star_planner/ThetaStarPlanner"
+ how_many_corners: 8
+ w_euc_cost: 1.0
+ w_traversal_cost: 2.0
+ w_heuristic_cost: 1.0