From 43ec9ad5b99ad6002e0666c9078901488b97f144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Pal=C3=A9ologue?= Date: Tue, 5 Dec 2023 11:58:11 +0100 Subject: [PATCH] README: remove extraneous args in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6154cff..b146aeb 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ ROS_DISTRO=iron docker compose up dev --build > It works also when running tests: > > ```sh -> colcon test --packages-skip nao_meshes pepper_meshes --event-handlers console_direct+ --ctest-args tests +> colcon test --event-handlers console_direct+ --ctest-args tests > ```