catkin的工作空间变成home解决办法

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

相关文章:

  • 2022-01-01
  • 2021-11-26
  • 2022-02-13
  • 2021-08-24
  • 2021-07-12
  • 2022-12-23
猜你喜欢
  • 2021-09-20
  • 2021-10-19
  • 2022-12-23
  • 2021-10-21
  • 2022-01-04
  • 2022-02-16
相关资源
相似解决方案