mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 15:13:25 +00:00
scripts: Install rosdep explicitly
This commit is contained in:
@@ -14,7 +14,7 @@ echo "--- Installing ROS desktop packages"
|
||||
|
||||
echo "${PASSWORD}" | sudo -E -S sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
|
||||
echo "${PASSWORD}" | sudo -E -S sh -c 'apt-key adv --keyserver "hkp://keyserver.ubuntu.com:80" --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654'
|
||||
echo "${PASSWORD}" | sudo -E -S sh -c 'apt update; apt install -y python-rosinstall-generator python-wstool build-essential ros-melodic-desktop'
|
||||
echo "${PASSWORD}" | sudo -E -S sh -c 'apt update; apt install -y python-rosdep python-rosinstall-generator python-wstool build-essential ros-melodic-desktop'
|
||||
|
||||
echo "${PASSWORD}" | sudo -E -S sh -c 'rosdep init'
|
||||
rosdep update
|
||||
|
||||
Reference in New Issue
Block a user