Skip to content

Commit 66c520b

Browse files
committed
Deploy preview for PR 20 🛫
1 parent a0dc6df commit 66c520b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

‎pr-preview/pr-20/search/search_index.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎pr-preview/pr-20/tips/containers/index.html‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,11 @@ <h2 id="swapping-the-host-kernel-module">Swapping the host kernel module<a class
14741474
<p class="admonition-title">Warning</p>
14751475
<p>The kmod version on the host and the <code>libagnocast_heaphook.so</code> version inside the container must share the same ioctl ABI. Mismatched versions cause runtime errors. This script does not touch the container; it is the operator's responsibility to roll the container to a matching version.</p>
14761476
</div>
1477+
<p>After the swap, verify that the host kmod, the in-container <code>libagnocast_heaphook.so</code>, and the in-container <code>agnocastlib</code> are on compatible versions by running</p>
1478+
<div class="highlight"><pre><span></span><code><span class="nb">source</span><span class="w"> </span>&lt;your-workspace&gt;/install/setup.bash<span class="w"> </span><span class="c1"># must include the ros2agnocast package</span>
1479+
ros2<span class="w"> </span>agnocast<span class="w"> </span>-v
1480+
</code></pre></div>
1481+
<p><strong>inside the container</strong> where your Agnocast application actually runs. The command prints the detected kmod / heaphook / agnocastlib versions and flags any incompatibility.</p>
14771482

14781483

14791484

0 commit comments

Comments
 (0)