parse error
I am using ros hydro and studying ros tutorials in wiki.ros.org . At 11th tutorial i tried to write a publisher and subscriber. At last step "catkin_make" command had an error as below:
CMake Error: Error in cmake code at /home/meam/catkin_ws/src/beginner_tutorials/CMakeLists.txt:168: Parse error. Expected "(", got newline with text " ". -- Configuring incomplete, errors occurred! make: * [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed
So what is the problem ?
I guess @jarvisschultz answer fixes this. In the future, if an error message lists a specific file and line, please add the contents of this file to the question (Copy and Paste + a resulting long question text is fine).