-3
bash: /home/mohammad/catkim_ws/devel/setup.bash: No such file or directory

enter image description here

Ravexina
  • 55,668
  • 25
  • 164
  • 183

1 Answers1

2

The bash: /home/mohammad/catkim_ws/devel/setup.bash: No such file or directory error message was probably caused by a typo error. catkin is the official build system of ROS. Try it with catkin_ws instead of catkim_ws.

karel
  • 114,770