@snuffles
2020-03-30T05:21:50.000000Z
字数 2846
阅读 1043
roborock
jiayao update 2019.12.05
U盘制作与安装:https://www.zybuluo.com/snuffles/note/1684578
sudo passwd root
更新源
或者
https://www.cnblogs.com/fanbi/p/10423080.htmlUbuntu18.04更换国内源(阿里,网易,中科大,清华等源)
version: 更新
默认18.04的cmake版本为3.10
- 如果有的库(tiff)需要更高版本的cmake,ref参考:
https://apt.kitware.com/
下载deb安装
version: ros
melodic 适配Ubuntu18.04, please follow
注意从源码编译,cmake-gui比较方便
ros自带opencv版本2.4较低
https://github.com/settings/keys
cd ~/.ssh
ssh-keygen -t rsa -C "your_email@example.com"
cat ~/.ssh/id_rsa.pub
ssh -T git@github.com
ref:一张nvidia显卡RTX2070
ubuntu-drivers devices #查询显卡型号、推荐安装的驱动版本
sudo ubuntu-drivers autoinstall
详情见
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall
重启进入bios,光弼
- 440版本的官方指南:https://us.download.nvidia.cn/XFree86/Linux-x86_64/440.36/README/index.html
- 检测是否成功安装
nvidia-smi
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 435.21 Driver Version: 435.21 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 2070 Off | 00000000:01:00.0 On | N/A |
| 43% 50C P2 36W / 175W | 892MiB / 7959MiB | 1% Default |
+-------------------------------+----------------------+----------------------+
查看系统details是否graphis使用gpu
- 中文文章参考:https://blog.csdn.net/wf19930209/article/details/81877822#PPA_149
sudo apt install docker-ce
docker --version#显示docker版本信息
version 10.0
https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html
https://docs.nvidia.com/deeplearning/sdk/cudnn-developer-guide/index.html
version 1.14
https://tensorflow.google.cn/install/gpu
ubuntu软件中心下载
- 注册码 或者
https://blog.csdn.net/This_is_Frank/article/details/85038752
sudo apt install gcc-8
ls /usr/bin/gcc*
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 100
sudo update-alternatives --config gcc
sudo apt install g++-8
ls /usr/bin/g++*
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 100
sudo update-alternatives --config g++
http://ceres-solver.org/installation.html
smb地址192.168.111.49链接share,获取资源
windows激活方法:
https://www.win10gw.com/win10wenzhang/1477.html