Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install ros

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt install curl
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo apt update
sudo apt install ros-melodic-desktop-full
#sudo apt install ros-melodic-desktop
#sudo apt install ros-melodic-ros-base
Comment

how to install ros package

sudo apt install ros-*insert distro name*-*insert package name*
Comment

PREVIOUS NEXT
Code Example
Shell :: install docker machine 
Shell :: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied 
Shell :: edit commit message 
Shell :: start tomcat 9 as a service windows 
Shell :: linux get oldest file in directory 
Shell :: ubuntu cat last 10 lines 
Shell :: remote add to github 
Shell :: how to create a folder in linux 
Shell :: bash tokenize string 
Shell :: move commit from master to branch 
Shell :: apt install yarn 
Shell :: installing api platform 
Shell :: git diff files only 
Shell :: enter a stopped docker container 
Shell :: how to pull from specific branch 
Shell :: linux hdparm 
Shell :: download terraform 
Shell :: bash how to use xargs 
Shell :: Move folder content up a level using bash/shell 
Shell :: Remove a file from a Git repository without deleting it from the local 
Shell :: how to install powershell 
Shell :: change branch git 
Shell :: ubuntu 20.04 ifconfig public ip address 
Shell :: install ansible 
Shell :: ffmpeg extract single frame 
Shell :: linux ip route add 
Shell :: bash substract varible 
Shell :: bash read value 
Shell :: sed add newline 
Shell :: wsl export 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =