Skip to content
Merged
Changes from 2 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
8 changes: 4 additions & 4 deletions source/Installation/Foxy/Linux-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,16 @@ Install development tools and ROS tools
git \
libbullet-dev \
python3-colcon-common-extensions \
python3-flake8 \
python3-pip \
python3-pytest-cov \
python3-rosdep \
python3-setuptools \
python3-vcstool \
wget
# install some pip packages needed for testing
python3 -m pip install -U \
argcomplete \
flake8 \
flake8-blind-except \
flake8-builtins \
flake8-class-newline \
Expand All @@ -73,9 +75,7 @@ Install development tools and ROS tools
pytest-repeat \
pytest-rerunfailures \
pytest \
pytest-cov \
pytest-runner \
setuptools
pytest-runner
# install Fast-RTPS dependencies
sudo apt install --no-install-recommends -y \
libasio-dev \
Expand Down