Tx2上ROS環境的搭建

硬件及系統情況

硬件:tx2
操作系統:Ubuntu 16
ROS版本:ROS Kinetic

參考步驟

-更改軟件源

sudo cp /etc/apt/sources.list  /etc/apt/sources.list.bak
sudo vim /etc/apt/sources.list

覆蓋文件原內容爲:

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to 
# newer versions of the distribution.   
deb http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted deb-src 
http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted   
## Major bug fix updates produced after the final release of the 
## distribution. deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main restricted 
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main restricted   
## Uncomment the following two lines to add software from the 'universe' 
## repository. 
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team. Also, please note that software in universe WILL NOT receive any 
## review or updates from the Ubuntu security team. deb http://ports.ubuntu.com/ubuntu-ports/ xenial universe deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial universe 
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates universe 
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-updates universe   
## N.B. software from this repository may not have been tested as 
## extensively as that contained in the main release, although it includes 
## newer versions of some applications which may provide useful features. 
## Also, please note that software in backports WILL NOT receive any review 
## or updates from the Ubuntu security team. 
# deb http://ports.ubuntu.com/ubuntu-ports/ xenial-backports main restricted 
# deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-backports main restricted   
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted 
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted 
# deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security universe 
# deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security universe 
# deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security multiverse 
# deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security multiverse 

-更新軟件源

sudo apt-get update 

-強制更新及安裝必要軟件

sudo apt-get upgrade -y --force-yes
sudo apt-get autoremove -y 
sudo apt-get -y install libboost-all-dev

-以上步驟是TX2區別於PC機上安裝ROS的步驟,從這一步開始,同樣適用於在一般pc機上安裝ros環境,具體步驟參考此處

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章