From 14432298cd298bf285eef9cb935125204af9c573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 22 Feb 2024 23:28:52 +0300 Subject: [PATCH] docs(ansible): update ros2_dev_tools readme file (#4206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- ansible/roles/ros2_dev_tools/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/roles/ros2_dev_tools/README.md b/ansible/roles/ros2_dev_tools/README.md index 6a10a8b5316..1afe660799c 100644 --- a/ansible/roles/ros2_dev_tools/README.md +++ b/ansible/roles/ros2_dev_tools/README.md @@ -11,12 +11,11 @@ None. ```bash # Taken from https://docs.ros.org/en/humble/Installation/Ubuntu-Development-Setup.html sudo apt update && sudo apt install -y \ + python3-colcon-mixin \ python3-flake8-docstrings \ python3-pip \ python3-pytest-cov \ - ros-dev-tools - -sudo apt install -y \ + ros-dev-tools \ python3-flake8-blind-except \ python3-flake8-builtins \ python3-flake8-class-newline \