随手记录下各种坑 树莓派 Raspbian debian 9.9 stretch ros相关
2019-07-17 10:55
1481 查看
1.The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 425956BB3E31DF51
这个错误常伴 吾身
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 425956BB3E31DF51 搞定
2.tar 命令
传送门 https://www.geek-share.com/detail/2711272280.html
3.rosweb
https://answers.ros.org/question/288585/creating-a-web-interface-for-a-ros-robot/
4.dns 不通
通过/etc/network/interfaces,在它的最后增加一句:
dns-nameservers 8.8.8.8 复制就好,很多人拼写错误
5.samba配置
https://blog.csdn.net/sunye8910/article/details/81177298
6.git clone 慢的问题
https://www.ipaddress.com/ip-lookup 查下ip github.global.ssl.fastly.net 和github.com 然后再/etc/hosts 文件后面加
sudo /etc/init.d/networking restart 刷新下dns ,搞定,好多帖子都是骗人的
7.缺serial的问题
我要是再装成rossrial我把电脑吃了
https://github.com/wjwwood/serial 源码再这里
先改下makefile 文件
然后就make; make install
8 BULLET_SOFTBODY_LIBRARY 没有
装就是了rosdep where-defined bullet;sudo apt-get install libbullet-dev
9 Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
sudo apt-get install libsdl1.2-dev 10Could NOT find SDL_image (missing: SDL_IMAGE_LIBRARIES sudo apt-get install libsdl*
11.Could not find the required component ‘pcl_ros’
sudo apt-get install libpcl-dev
12gtk 错误
sudo apt-get install gtk2-engines-murrine
放弃了,能装上去,一些视觉的包搞不定,以后有机会再搞吧
相关文章推荐
- Robi改造计划更新---moveit终于在树莓派raspberry 3B(raspbian<Jessie>, ROS Indigo版本)上安装好了
- 记录自己学习树莓派学习ROS中的错
- 学习ROS wiki 上rqt教程随手记录(一)
- 各种python相关的报错记录
- 树莓派3+2017-7-05-raspbian-jessie+indgo Ros
- 【树莓派】 Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/c/chkconfig/chkconfig_11.4.54.60.1debian1_all.deb Could not resolve 'mirrordirector.raspbian.org'
- [项目过程中所遇到的各种问题记录]编辑器篇——FCKeditor相关知识及各种常见使用问题
- ROS-indigo下创建工作空间,创建程序包,package.xml,CMakeLists.txt相关代码记录及文件解析
- 树莓派3 编译相关记录
- [项目过程中所遇到的各种问题记录]编辑器篇——FCKeditor相关知识及各种常见使用问题
- 在debian stretch上编译安装ibus-libpinyin(V1.7.3)过程记录
- 树莓派B+ debian(raspbian)源的选择
- 学习ros wiki 中rqt的使用随手记录(二)
- 在debian stretch上编译安装ibus-libpinyin(V1.7.3)过程记录
- 在树莓派下安装mysql的相关查询记录
- 树莓派3代Raspbian Jessie安装ROS-Indigo-Desktop
- 整合之前的一些学习记录2(linux相关)
- mysql存储过程相关记录
- andorid ndk 各种坑啊 记录下
- 音视频相关知识记录