Robotics StackExchange | Archived questions

system_lib not found when catkin_make the simple_voice package

I git clone https://github.com/DinnerHowe/simple_voice.git which is a package shared by baidu and used for ROS speech.I also install the python-pyaudio and vlc-python module which were needed by this package.When the package was catkin, it reported the warnning that is "catkinpackage() DEPENDS on 'systemlib' but neither 'systemlibINCLUDEDIRS' nor 'systemlibLIBRARIES' is defined." .I browse the CMakeLists.txt of the package and delete the line "DEPENDS systemlib" and catkinmake it,it was catkinmake successfully but I can't roscd the package.Can you tell me what the DEPENDS system_lib is and how to solve this problem?Thank you very much!image description

Asked by linjiaqin on 2018-05-04 10:11:03 UTC

Comments

Answers