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 Jan 8, 2025
1 parent 3705748 commit cf1b9d2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ Rotation Shim Controller Parameters
Description
Maximum angular distance, in radians, away from the path heading to trigger rotation until within.

:angular_disengage_threshold:

============== ===========================
Type Default
-------------- ---------------------------
double 0.3925
============== ===========================

Description
New to Jazzy, the threshold to the path's heading before disengagement (radians). Prior to Jazzy, disengagement occurs at the ``angular_dist_threshold`` instead. This allows for better alignment before passing to the child controller when engaged.

:forward_sampling_distance:

============== =============================
Expand Down Expand Up @@ -147,6 +158,7 @@ Example
primary_controller: "nav2_regulated_pure_pursuit_controller::RegulatedPurePursuitController"
angular_dist_threshold: 0.785
forward_sampling_distance: 0.5
angular_disengage_threshold: 0.3925
rotate_to_heading_angular_vel: 1.8
max_angular_accel: 3.2
simulate_ahead_time: 1.0
Expand Down
47 changes: 34 additions & 13 deletions configuration/packages/configuring-rotation-shim-controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,29 @@ <h2>Rotation Shim Controller Parameters<a class="headerlink" href="#rotation-shi
</dd>
</dl>
</dd>
<dt class="field-even">forward_sampling_distance</dt>
<dt class="field-even">angular_disengage_threshold</dt>
<dd class="field-even"><table class="docutils align-default">
<colgroup>
<col style="width: 34%" />
<col style="width: 66%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p>Type</p></td>
<td><p>Default</p></td>
</tr>
<tr class="row-even"><td><p>double</p></td>
<td><p>0.3925</p></td>
</tr>
</tbody>
</table>
<dl class="simple">
<dt>Description</dt><dd><p>New to Jazzy, the threshold to the path’s heading before disengagement (radians). Prior to Jazzy, disengagement occurs at the <code class="docutils literal notranslate"><span class="pre">angular_dist_threshold</span></code> instead. This allows for better alignment before passing to the child controller when engaged.</p>
</dd>
</dl>
</dd>
<dt class="field-odd">forward_sampling_distance</dt>
<dd class="field-odd"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
</colgroup>
Expand All @@ -1177,8 +1197,8 @@ <h2>Rotation Shim Controller Parameters<a class="headerlink" href="#rotation-shi
</dd>
</dl>
</dd>
<dt class="field-odd">rotate_to_heading_angular_vel</dt>
<dd class="field-odd"><table class="docutils align-default">
<dt class="field-even">rotate_to_heading_angular_vel</dt>
<dd class="field-even"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
Expand All @@ -1197,8 +1217,8 @@ <h2>Rotation Shim Controller Parameters<a class="headerlink" href="#rotation-shi
</dd>
</dl>
</dd>
<dt class="field-even">primary_controller</dt>
<dd class="field-even"><table class="docutils align-default">
<dt class="field-odd">primary_controller</dt>
<dd class="field-odd"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
Expand All @@ -1217,8 +1237,8 @@ <h2>Rotation Shim Controller Parameters<a class="headerlink" href="#rotation-shi
</dd>
</dl>
</dd>
<dt class="field-odd">max_angular_accel</dt>
<dd class="field-odd"><table class="docutils align-default">
<dt class="field-even">max_angular_accel</dt>
<dd class="field-even"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
Expand All @@ -1237,8 +1257,8 @@ <h2>Rotation Shim Controller Parameters<a class="headerlink" href="#rotation-shi
</dd>
</dl>
</dd>
<dt class="field-even">simulate_ahead_time</dt>
<dd class="field-even"><table class="docutils align-default">
<dt class="field-odd">simulate_ahead_time</dt>
<dd class="field-odd"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
Expand All @@ -1257,8 +1277,8 @@ <h2>Rotation Shim Controller Parameters<a class="headerlink" href="#rotation-shi
</dd>
</dl>
</dd>
<dt class="field-odd">rotate_to_goal_heading</dt>
<dd class="field-odd"><table class="docutils align-default">
<dt class="field-even">rotate_to_goal_heading</dt>
<dd class="field-even"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
Expand All @@ -1277,8 +1297,8 @@ <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">
<dt class="field-odd">rotate_to_heading_once</dt>
<dd class="field-odd"><table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
Expand Down Expand Up @@ -1326,6 +1346,7 @@ <h2>Example<a class="headerlink" href="#example" title="Permalink to this headin
<span class="w"> </span><span class="nt">primary_controller</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;nav2_regulated_pure_pursuit_controller::RegulatedPurePursuitController&quot;</span>
<span class="w"> </span><span class="nt">angular_dist_threshold</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">0.785</span>
<span class="w"> </span><span class="nt">forward_sampling_distance</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">0.5</span>
<span class="w"> </span><span class="nt">angular_disengage_threshold</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">0.3925</span>
<span class="w"> </span><span class="nt">rotate_to_heading_angular_vel</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">1.8</span>
<span class="w"> </span><span class="nt">max_angular_accel</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">3.2</span>
<span class="w"> </span><span class="nt">simulate_ahead_time</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">1.0</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit cf1b9d2

Please sign in to comment.