摘要:
sudo apt-get purge ros-*sudo rm -rf /etc/rossudo rm -rf /opt/ros删除.bashrc中的source /opt/ros/indigo/setup.bash如果有自己建立的catkin_ws,也删除 阅读全文
posted @ 2018-12-14 22:48
一抹烟霞
阅读(139)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-12-14 22:35
一抹烟霞
阅读(2)
评论(0)
推荐(0)
摘要:
1、操作文件的函数/方法 在 Python 中要操作文件需要记住 1 个函数和 3 个方法 open 函数负责打开文件,并且返回文件对象 read/write/close 三个方法都需要通过 文件对象 来调用 read 方法 —— 读取文件 open 函数的第一个参数是要打开的文件名(文件名区分大小 阅读全文
posted @ 2018-12-14 18:26
一抹烟霞
阅读(173)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2018-12-14 14:58
一抹烟霞
阅读(116)
评论(0)
推荐(0)
摘要:
import sys sys.exit() 阅读全文
posted @ 2018-12-14 01:59
一抹烟霞
阅读(245)
评论(0)
推荐(0)
摘要:
http://www.runoob.com/python/func-number-round.html print()、input()用户输入输出,格式为字符串 len() 求字符串的长度 str()、int()、float()将输入转换成指定格式 round()返回浮点数的四舍五入值 range( 阅读全文
posted @ 2018-12-14 01:50
一抹烟霞
阅读(547)
评论(0)
推荐(0)