參考 進行安裝。.
開啟乙個終端(ctrl+alt+t),依次輸入以下命令:
sudo sh -c 'echo "deb $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver 'hkp:'
--recv-key c1cf6e31e6bade8868b172b4f42ed6fbab17c654
sudo apt update
sudo apt install ros-melodic-desktop-full
sudo rosdep init
到這裡可能會提示有問題,輸入這個命令:
sudo apt install ros-melodic-roslaunch
回到上步:
sudo rosdep init
rosdep update
echo "source /opt/ros/melodic/setup.bash"
>>~/
.bashrc
source ~
/.bashrc
sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential
apt-get install ros-groovy-uwsim
在終端輸入:
roscore
再開啟另外乙個終端,輸入:
rosrun uwsim uwsim
重複一次,應該沒有問題了》.< Ubuntu18開啟ssh服務
ubuntu預設不會開啟ssh服務。所以我們無法對ubuntu進行遠端連線,這對ubuntu的運維造成了很大不便。本文詳細講解如何在ubuntu18下開啟ssh服務。1.ps e grep ssh 檢視ssh服務是否開啟 2.apt get install openssh client 安裝ssh客...
Ubuntu18 如何安裝Postman
1.第一種方式 snap install sudo snap install postman 由於snap安裝方式是最新,雖然是以後的趨勢,但是目前,有的應用安裝或多或少存在問題。2第二種方式 傳統安裝包 sudo tar xzf postman linux x64 7.11.0.tar.gz c ...
ubuntu 18 編譯SRS報錯
make之後出現如下錯誤 usr include c 7 sstream 300 7 error struct std cxx11 basic stringbuf chart,traits,alloc xfer bufptrs redeclared with different access str...