You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. note:: This step may be slightly different depending on the distribution you are using. Check the EPEL documentation: https://docs.fedoraproject.org/en-US/epel/#_quickstart
43
43
@@ -54,27 +54,28 @@ Install development tools and ROS tools
54
54
make \
55
55
patch \
56
56
python3-colcon-common-extensions \
57
+
python3-flake8-builtins \
58
+
python3-flake8-comprehensions \
59
+
python3-flake8-docstrings \
60
+
python3-flake8-import-order \
61
+
python3-flake8-quotes \
62
+
python3-mypy \
57
63
python3-pip \
58
64
python3-pydocstyle \
59
65
python3-pytest \
60
66
python3-pytest-repeat \
61
67
python3-pytest-rerunfailures \
62
68
python3-rosdep \
63
69
python3-setuptools \
64
-
python3-vcstool
70
+
python3-vcstool \
71
+
wget
65
72
66
73
# install some pip packages needed for testing and
67
74
# not available as RPMs
68
75
python3 -m pip install -U --user \
69
76
flake8-blind-except==0.1.1 \
70
-
flake8-builtins \
71
77
flake8-class-newline \
72
-
flake8-comprehensions \
73
-
flake8-deprecated \
74
-
flake8-docstrings \
75
-
flake8-import-order \
76
-
flake8-quotes \
77
-
mypy==0.931
78
+
flake8-deprecated
78
79
79
80
.. _Rolling_rhel-dev-get-ros2-code:
80
81
@@ -100,7 +101,7 @@ Install dependencies using rosdep
Note: if you are having trouble compiling all examples and this is preventing you from completing a successful build, you can use ``COLCON_IGNORE`` in the same manner as `CATKIN_IGNORE <https://github.com/ros-infrastructure/rep/blob/master/rep-0128.rst>`__ to ignore the subtree or remove the folder from the workspace.
126
127
Take for instance: you would like to avoid installing the large OpenCV library.
.. note:: This step may be slightly different depending on the distribution you are using. Check the EPEL documentation: https://docs.fedoraproject.org/en-US/epel/#_quickstart
37
37
@@ -82,7 +82,7 @@ Set your rosdistro according to the release you downloaded.
.. note:: This step may be slightly different depending on the distribution you are using. Check the EPEL documentation: https://docs.fedoraproject.org/en-US/epel/#_quickstart
0 commit comments