Skip to content

Commit

Permalink
Remove unnecessary rosdep (#411) (#412)
Browse files Browse the repository at this point in the history
(cherry picked from commit c03d66e)

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
mergify[bot] and pablogs9 authored Nov 11, 2021
1 parent 2f041a4 commit 9bbc109
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/create_firmware_ws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bbc109

Please sign in to comment.