Nuvo6108GC Ubuntu Installation

Nuvo6108GC 安裝 Ubuntu (VGA card:Geforce RTX 2080)

  1. Boot PC and press F2 for enter bios mode

  2. Set USB at first piriority and reboot (and remember insert your USB)

  3. and next, next, next....

  4. Done.

安裝 nvidia 驅動

1.禁用linux原生驅動

#Step1. 禁用
sudo gedit /etc/modprobe.d/blacklist.conf

#把以下指令貼上至檔案最底部:
#===================================
#for nvidia display device install
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist rivatv
blacklist nvidiafb
#===================================

#Step2. 重啟
sudo update-initramfs -u
sudo reboot

#Step3. 測試是否禁用成功,無输出則禁用成功:
lsmod | grep nouveau

2.從 https://www.geforce.com/drivers 依型號下載指定驅動

3.下載完畢後,Ctrl+Alt+F1 進入 Linux Shell

!! 如果安裝後變成重複循環登入

install ROS(follow instrution of official website)

ROS Install Guide http://wiki.ros.org/kinetic/Installation

install CUDA (bash is for reference)

子霖 a Cuda9.2 bash

install PCL1.9 (bash is for reference)

子霖 a PCL1.9 bash

catkin_make lidar_grabber_hino

ISSUE:

Solution:

ISSUE:

Solution2:

rviz 相關

issue1: Rviz: fixed frame [world] does not exist

solution1:

啟動rviz 讀取 LiDAR PointCloud 的方法

!issue1: 缺少 libQtHelp.so.4

!solution1:

Select python3.6 as default

Last updated

Was this helpful?