美文网首页
Command ‘roscore‘ not found

Command ‘roscore‘ not found

作者: 小五愣 | 来源:发表于2022-03-16 14:37 被阅读0次

    ros-melodic安装完成执行roscore报错

    Command ‘roscore‘ not found, but can be installed with: sudo apt install python-roslaunch

    解决方法

    1. 查看是否安装包
    ls /opt/ros/melodic/bin
    

    发现没有roscore

    1. 安装,在bin目录
    sudo apt-get install ros-melodic-desktop
    

    重新查看,发现有了roscore,成功

    相关文章

      网友评论

          本文标题:Command ‘roscore‘ not found

          本文链接:https://www.haomeiwen.com/subject/qoxmyltx.html