Skip to content

Commit

Permalink
Deployed 349605e with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 11, 2024
1 parent 8bf4b53 commit aada041
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions other/pages/qos.html
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,10 @@ <h2 id="overrides">Overrides</h2>
While some documentation uses <code>history_depth</code>, the actual parameter needs to just be <code>depth</code> in order to work. </p>
</blockquote>
<p>The same workflow works for subscribers, you just use <code>rclcpp::SubscriptionOptions</code> instance and change <code>publisher</code> to <code>subscription</code> in the YAML file.</p>
<p>When using <code>with_default_policies</code>, the <code>history</code>, <code>depth</code> and <code>reliability</code> can be changed. It is also possible
to select other overriding options by passing an initializer list of <code>QosPolicyKind</code> to the regular constructor:</p>
<div class="highlight"><pre><span></span><code><span id="__span-2-1"><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="n">pub_options</span><span class="p">.</span><span class="n">qos_overriding_options</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">rclcpp</span><span class="o">::</span><span class="n">QosOverridingOptions</span><span class="p">({</span><span class="n">rclcpp</span><span class="o">::</span><span class="n">QosPolicyKind</span><span class="o">::</span><span class="n">Reliability</span><span class="p">});</span>
</span></code></pre></div>
<h2 id="magic-numbers">Magic Numbers</h2>
<blockquote>
<p>[!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit aada041

Please sign in to comment.