Skip to content

Commit

Permalink
[skip ci] publish latest
Browse files Browse the repository at this point in the history
Signed-off-by: navigation2-ci <[email protected]>
  • Loading branch information
navigation2-ci committed Oct 16, 2024
1 parent 452fa28 commit 57e8444
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@ Rotation Shim Controller Parameters
Description
If true, the rotationShimController will take back control of the robot when in XY tolerance of the goal and start rotating towards the goal heading.

:rotate_to_heading_once:

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

Description
If true, the rotationShimController will only rotate to heading once on a new goal, not each time a path is set.

Example
*******
.. code-block:: yaml
Expand Down
20 changes: 20 additions & 0 deletions configuration/packages/configuring-rotation-shim-controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,26 @@ <h2>Rotation Shim Controller Parameters<a class="headerlink" href="#rotation-shi
</dd>
</dl>
</dd>
<dt class="field-even">rotate_to_heading_once</dt>
<dd class="field-even"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p>Type</p></td>
<td><p>Default</p></td>
</tr>
<tr class="row-even"><td><p>bool</p></td>
<td><p>false</p></td>
</tr>
</tbody>
</table>
<dl class="simple">
<dt>Description</dt><dd><p>If true, the rotationShimController will only rotate to heading once on a new goal, not each time a path is set.</p>
</dd>
</dl>
</dd>
</dl>
</div>
<div class="section" id="example">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 57e8444

Please sign in to comment.