From 38ca0b7e248dba75cedf618ee3f873f42952de28 Mon Sep 17 00:00:00 2001 From: QuanyiLi Date: Fri, 20 Oct 2023 00:54:15 +0100 Subject: [PATCH] fix init --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8d42f049..0ce293bb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -169,7 +169,10 @@ jobs: ls -al pip install -e . python -m metadrive.pull_asset - sudo rosdep update + + sudo rosdep fix-permissions + rosdep init + rosdep update cd bridges/ros_bridge rosdep install --from-paths src --ignore-src -y colcon build