ros程序編譯中出現的問題can’t find about “serial”

can’t find about “serial”

錯誤說明是

Could not find a package configuration file provided by "serial" with any of the following names:

    serialConfig.cmake
    serial-config.cmake


這是由於ROS中本身不包含串口的程序,需要單獨下載


sudo apt-get install ros-kinetic-serial

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章