File tree 2 files changed +11
-29
lines changed
ansible/roles/ros2_dev_tools
2 files changed +11
-29
lines changed Original file line number Diff line number Diff line change @@ -11,30 +11,21 @@ None.
11
11
``` bash
12
12
# Taken from https://docs.ros.org/en/humble/Installation/Ubuntu-Development-Setup.html
13
13
sudo apt update && sudo apt install -y \
14
- build-essential \
15
- cmake \
16
- git \
17
- python3-colcon-common-extensions \
18
- python3-flake8 \
19
14
python3-flake8-docstrings \
20
15
python3-pip \
21
- python3-pytest \
22
16
python3-pytest-cov \
23
- python3-rosdep \
24
- python3-setuptools \
25
- python3-vcstool \
26
- wget
17
+ ros-dev-tools
27
18
28
19
sudo apt install -y \
29
- python3-flake8-blind-except
30
- python3-flake8-builtins
31
- python3-flake8-class-newline
32
- python3-flake8-comprehensions
33
- python3-flake8-deprecated
34
- python3-flake8-import-order
35
- python3-flake8-quotes
36
- python3-pytest-repeat
37
- python3-pytest-rerunfailures
20
+ python3-flake8-blind-except \
21
+ python3-flake8-builtins \
22
+ python3-flake8-class-newline \
23
+ python3-flake8-comprehensions \
24
+ python3-flake8-deprecated \
25
+ python3-flake8-import-order \
26
+ python3-flake8-quotes \
27
+ python3-pytest-repeat \
28
+ python3-pytest-rerunfailures
38
29
39
30
# Initialize rosdep
40
31
sudo rosdep init
Original file line number Diff line number Diff line change 2
2
become : true
3
3
ansible.builtin.apt :
4
4
name :
5
- - build-essential
6
- - cmake
7
- - git
8
- - python3-colcon-common-extensions
9
5
- python3-colcon-mixin
10
- - python3-flake8
11
6
- python3-flake8-docstrings
12
7
- python3-pip
13
- - python3-pytest
14
8
- python3-pytest-cov
15
- - python3-rosdep
16
- - python3-setuptools
17
- - python3-vcstool
18
- - wget
9
+ - ros-dev-tools
19
10
- python3-flake8-blind-except
20
11
- python3-flake8-builtins
21
12
- python3-flake8-class-newline
You can’t perform that action at this time.
0 commit comments