Skip to content

Commit

Permalink
Deploying to gh-pages from @ 063e623 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Jun 22, 2024
1 parent 8fb927d commit bc7f24c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ First Installation
sudo apt install libboost-program-options-dev libusb-1.0-0-dev
pip3 install rowan nicegui
Then install the motion capture ROS 2 package for your ROS distro
Then install the motion capture ROS 2 package (replace DISTRO with your version of ROS, namely humble or iron):

.. code-block:: bash
sudo apt-get ros-*DISTRO*-motion-capture-tracking
sudo apt-get ros-DISTRO-motion-capture-tracking
If you are planning to use the CFlib backend, do:

.. code-block:: bash
pip3 install cflib transforms3d
sudo apt-get install ros-*DISTRO*-tf-transformations
sudo apt-get install ros-DISTRO-tf-transformations
3. Set up your ROS 2 workspace

Expand Down
6 changes: 3 additions & 3 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ <h2>First Installation<a class="headerlink" href="#first-installation" title="Li
</pre></div>
</div>
</div></blockquote>
<p>Then install the motion capture ROS 2 package for your ROS distro</p>
<p>Then install the motion capture ROS 2 package (replace DISTRO with your version of ROS, namely humble or iron):</p>
<blockquote>
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>apt-get<span class="w"> </span>ros-*DISTRO*-motion-capture-tracking
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>apt-get<span class="w"> </span>ros-DISTRO-motion-capture-tracking
</pre></div>
</div>
<p>If you are planning to use the CFlib backend, do:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip3<span class="w"> </span>install<span class="w"> </span>cflib<span class="w"> </span>transforms3d
sudo<span class="w"> </span>apt-get<span class="w"> </span>install<span class="w"> </span>ros-*DISTRO*-tf-transformations
sudo<span class="w"> </span>apt-get<span class="w"> </span>install<span class="w"> </span>ros-DISTRO-tf-transformations
</pre></div>
</div>
</div></blockquote>
Expand Down
Loading

0 comments on commit bc7f24c

Please sign in to comment.