Skip to content

Commit

Permalink
Explain more clearly that distro needs to be replaced on install (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire authored Jun 22, 2024
1 parent 9642e57 commit 063e623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs2/installation.rst
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

0 comments on commit 063e623

Please sign in to comment.