Problem: Ever since I have installed Conda, ROS does not seem to work. And predictably it is because Conda has changed my Python environment. I run ROS Indigo on Ubuntu 14.04. Can someone guide on how can I use both on my machine? I am willing to mak
Python批量修改文件名 # -*- coding: cp936 -*- import os from nt import chdir path="./files/" fromstr="转换后" tostr="" for root,dirs,files in os.walk(path): for name in files: print name print root if fromstr in name: newname=name.repla
ROS进阶学习笔记(11)- Turtlebot Navigation and SLAM - 2 - MapModify地图修改 We can use gmapping model to generate the map file: **.pgm and **.amcl, the latter is just a refer to the **.pgm map file. Here I introduce how to use the image editor "" to modify