shadfien / python_opencv

opencv问题
0 stars 0 forks source link

Catkin workspace `/home/ricardo` is already initialized. No action taken. #23

Open shadfien opened 2 years ago

shadfien commented 2 years ago

cd 一个新的文件夹的时候 运行 catkin init后,catkin workspace 目录总是指向根目录下的src等等, 解决方法如下:

cd  #go to home dir
 ls -la | grep catkin  #cheak if there is a dir named *.catkin_tools*, that's the problem!!!
3. rm -r .catkin_tools