- 博客(11)
- 收藏
- 关注
原创 安装tensorflow
vscode中无法高亮import tensorflow as tf。conda activate autopilot(你的虚拟环境)autopilot(你的虚拟环境)的解释器,即可高亮。返回张量即代表安装成功。
2023-07-18 16:40:53 119 1
原创 ubuntu vscode写c_cpp_properties.json文件
【代码】ubuntu vscode写c_cpp_properties.json文件。
2022-10-21 20:43:16 598 1
原创 卸载eigen库正确方式
当我们是sudo apt install libeigen3-dev时,采用别人的sudo rm -rf /*eigen3存在的路径*/时候,重新sudo apt install libeigen3-dev则会伪下载安装,这时需要sudo apt --purge remove libeigen3-dev彻底删除后,重新安装即可。...
2022-08-11 14:49:55 1473 1
原创 安装依赖rust compiler
问题:If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to downl
2022-07-14 14:23:47 1926
原创 安装非官方库,编译后安装库
当我们在使用make命令时,常常会在make后面加上其他单词,比如check,install,installcheck…这些单词都是make的参数,我们称之为“目标(targets)”。最常见的几个目标:make all:编译程序、库、文档等(等同于make)make install:安装已经编译好的程序。复制文件树中到文件到指定的位置make unistall:卸载已经安装的程序。make clean:删除由make命令产生的文件make distclean:删除由./configure产生的文件make
2022-06-29 21:27:57 71
原创 ros环境变量配置
ctrl + h 查看隐藏文件.bashrc 加入source ~/ _ws /devel/setup.bashsource .bashrc
2022-05-17 15:10:23 157
原创 fatal error: pcl_conversions/pcl_conversions.h: 没有那个文件或目录
PCL17才有的头文件,可能安装新版本没有了,可以自己手动安装。sudo apt-get install ros-noetic-pcl-conversionsroscore一下看看自己的ros版本,进行更改noetic
2022-04-23 20:08:22 1651
原创 pcl linux安装
Downloads | Point Cloud LibraryThe Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing.https://pointclouds.org/downloads/#linux一条命令行
2022-04-21 14:35:36 506
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人