2018年8月4日
摘要: 转自博客:https://blog.csdn.net/fuchaosz/article/details/51882935 1 简介 Ubuntu 16.04安装完后,还需要做一些配置才能愉快的使用,包括添加软件源、安装搜狗输入法、Chrome浏览器、网易云音乐、配置快捷键、安装git等等,下面就跟着 阅读全文
posted @ 2018-08-04 22:43 melodybinbin 阅读(1077) 评论(0) 推荐(0)
摘要: ROS常用命令 打印ros环境变量 $ echo $ROS_PACKAGE_PATH 确认环境变量已经设置正确 export | grep ROS 环境变量设置文件 sudo gedit ./.bashrc 包含: source /opt/ros/indigo/setup.bash source ~ 阅读全文
posted @ 2018-08-04 21:35 melodybinbin 阅读(4747) 评论(0) 推荐(0)