Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire authored Apr 24, 2024
1 parent 4e9000c commit 0ea8074
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs2/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ First Installation
.. code-block:: bash
sudo apt install libboost-program-options-dev libusb-1.0-0-dev
pip3 install rowan
pip3 install rowan nicegui
Then install the motion capture ROS 2 package for your ROS distro

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

Expand All @@ -44,7 +50,6 @@ First Installation
mkdir -p ros2_ws/src
cd ros2_ws/src
git clone https://github.com/IMRCLab/crazyswarm2 --recursive
git clone --branch ros2 --recursive https://github.com/IMRCLab/motion_capture_tracking.git
4. Build your ROS 2 workspace

Expand Down

0 comments on commit 0ea8074

Please sign in to comment.