-
Notifications
You must be signed in to change notification settings - Fork 0
Install
无风引漩 edited this page Feb 27, 2021
·
3 revisions
- OS:Ubuntu 18.04
sudo apt update
sudo apt upgrade -y
sudo apt install python3-pip python3 git pyqt5-dev -y
mkdir ~/.pip && touch ~/.pip/pip.conf && echo -e "[global]\nindex-url = https://pypi.tuna.tsinghua.edu.cn/simple" >> ~/.pip/pip.conf
pip3 install --upgrade pip # your pip version must be >= 19.3.
git clone https://github.com/seu-labview/SEU-Advanced-Vision
cd SEU-Advanced-Vision
pip3 install -r requirements.txt重新连接相机并运行 realsense-viewer 来测试
RTFM & STFW
RTFM & STFW