Skip to content

Commit 65dda3b

Browse files
Shin-kyotoKenji Miyake
authored and
Kenji Miyake
committed
build(ansible/ros2_dev_tools): follow updated humble documentation (#3020)
Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com> Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
1 parent 12ea5a5 commit 65dda3b

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

ansible/roles/ros2_dev_tools/README.md

+10-19
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,21 @@ None.
1111
```bash
1212
# Taken from https://docs.ros.org/en/humble/Installation/Ubuntu-Development-Setup.html
1313
sudo apt update && sudo apt install -y \
14-
build-essential \
15-
cmake \
16-
git \
17-
python3-colcon-common-extensions \
18-
python3-flake8 \
1914
python3-flake8-docstrings \
2015
python3-pip \
21-
python3-pytest \
2216
python3-pytest-cov \
23-
python3-rosdep \
24-
python3-setuptools \
25-
python3-vcstool \
26-
wget
17+
ros-dev-tools
2718

2819
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
3829

3930
# Initialize rosdep
4031
sudo rosdep init

ansible/roles/ros2_dev_tools/tasks/main.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,11 @@
22
become: true
33
ansible.builtin.apt:
44
name:
5-
- build-essential
6-
- cmake
7-
- git
8-
- python3-colcon-common-extensions
95
- python3-colcon-mixin
10-
- python3-flake8
116
- python3-flake8-docstrings
127
- python3-pip
13-
- python3-pytest
148
- python3-pytest-cov
15-
- python3-rosdep
16-
- python3-setuptools
17-
- python3-vcstool
18-
- wget
9+
- ros-dev-tools
1910
- python3-flake8-blind-except
2011
- python3-flake8-builtins
2112
- python3-flake8-class-newline

0 commit comments

Comments
 (0)