From 3703d5deeb2568ad7831cfa3dcb1e889203ab0d6 Mon Sep 17 00:00:00 2001 From: stevedan Date: Fri, 6 Sep 2024 22:25:08 +0200 Subject: [PATCH] fix typo (fixes issue #36) Signed-off-by: stevedan --- lunar_pole_exploration_rover/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunar_pole_exploration_rover/docker/Dockerfile b/lunar_pole_exploration_rover/docker/Dockerfile index f44c6b3e..6e0095bd 100644 --- a/lunar_pole_exploration_rover/docker/Dockerfile +++ b/lunar_pole_exploration_rover/docker/Dockerfile @@ -142,7 +142,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ # build demo RUN /bin/bash -c 'source ${SPACEROS_DIR}/install/setup.bash \ - && colcon build --executo sequential --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --event-handlers desktop_notification- status-' + && colcon build --executor sequential --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --event-handlers desktop_notification- status-' # Add the user to the render group so that the user can access /dev/dri/renderD128