From 9bbc1093002ce5b93537a475ebcbb36fdfaabae6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 10:02:49 +0100 Subject: [PATCH] Remove unnecessary rosdep (#411) (#412) (cherry picked from commit c03d66e1abd0b1056cdf4949cb8d724c5bfe023b) Co-authored-by: Pablo Garrido --- scripts/create_firmware_ws.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/create_firmware_ws.sh b/scripts/create_firmware_ws.sh index 86138c25..ad5bb74d 100755 --- a/scripts/create_firmware_ws.sh +++ b/scripts/create_firmware_ws.sh @@ -70,10 +70,6 @@ echo $PLATFORM >> $FW_TARGETDIR/PLATFORM # Setting common enviroment SKIP="microxrcedds_agent microxrcedds_client microcdr rosidl_typesupport_connext_cpp rosidl_typesupport_connext_c rosidl_typesupport_opensplice_cpp rosidl_typesupport_opensplice_c rmw_opensplice_cpp ros-${ROS_DISTRO}-cyclonedds ros-${ROS_DISTRO}-rmw-cyclonedds-cpp google_benchmark_vendor performance_test_fixture ros-${ROS_DISTRO}-mimick-vendor rmw_cyclonedds_cpp rmw_connext_cpp" -# Installing common packages -rosdep update --rosdistro $ROS_DISTRO -rosdep install -y --from-paths src -i src --rosdistro $ROS_DISTRO --skip-keys="$SKIP" - # Check generic build if [ $PLATFORM != "generic" ] && [ -d "$PREFIX/config/$RTOS/generic" ]; then TARGET_FOLDER=generic