解决 -bashcatin

    xiaoxiao2021-03-25  69

    原博文链接在我的官方网站,网址是:http://www.aobosir.com/blog/2017/02/21/solve-bash-catin_make-command-not-found/


    当前使用的ROS 版本:Groovy
    ubuntu@ubuntu:~/catkin_ws$ catin_make -bash: catin_make: command not found

    问题出现的原因

    参考网站:http://answers.ros.org/question/212492/catkin_make-command-not-found/

    先来查看当前ROS的环境变量:

    cat ~/.bashrc

    我们发现里面已经有source /opt/ros/indigo/setup.bash这行代码了。(如果没有一定要添加上。)

    为什么还是出现问题呢。


    后来我才发现,出现错误的原因:

    是因为我输错catin_make

    正确的命令是:

    catkin_make

    更多精彩的博文,请访问:http://www.aobosir.com/

    转载请注明原文地址: https://ju.6miu.com/read-34664.html

    最新回复(0)