File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,24 @@ pkg_array=(
5656" sas_robot_kinematics"
5757)
5858
59+ # ###################################################################
60+ # Update rosdep only once
61+ # ###################################################################
62+
63+ if [ ! -f " $HOME /rosdep_ros2.yaml" ]; then
64+ # Create link
65+ ln -s " £PWD/rosdep_ros2.yaml" " $HOME /rosdep_ros2.yaml"
66+
67+ # Update rosdep
68+ cd ~ || exit 1
69+ echo " $HOME /rosdep_ros2.yaml" | sudo tee -a /etc/ros/rosdep/sources.list.d/20-default.list
70+
71+ # Rosdep
72+ sudo rosdep init
73+ rosdep update
74+ fi
75+
76+
5977# ###################################################################
6078# Create tmp folder
6179# ###################################################################
Original file line number Diff line number Diff line change 11#! /bin/bash
22# Copyright (c) Murilo M. Marinho (www.murilomarinho.info)
3- sudo rosdep init
4- rosdep update
5- sudo apt-get install python3-bloom
6- sudo apt-get install dh-make
7- sudo apt-get install qt5-qmake libqt5gui5 qtbase5-dev
3+
4+ # Pre-requisites
5+ sudo apt install dh-make dh-python python3-bloom doxygen
You can’t perform that action at this time.
0 commit comments