Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update installation instructions #2275

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ install all required dependencies:

.. code-block:: bash

cd robocup-software ./util/ubuntu-setup && ./util/git-setup
cd robocup-software && ./util/ubuntu-setup && ./util/git-setup

To simulate the vision data we'd get from a real field camera setup, we'll use
ER-Force's simulator. For that, clone their repo, and ``cd`` into it.
ER-Force's simulator. For that, clone their repo, and ``cd`` into it. Note, this should
NOT be cloned inside the ``robocup-software`` repository, so you should ``cd ..`` if necessary.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very important!


.. code-block:: sh

Expand Down Expand Up @@ -83,7 +84,7 @@ Then, source the ROS setup file. This allows your shell to use ROS commands.

.. code-block:: bash

source /opt/ros/foxy/setup.bash
source /opt/ros/humble/setup.bash

If you're on zsh, source ``setup.zsh`` instead. (If you don't know what
zsh is, you're not on zsh.)
Expand Down
Loading