catkin_make failing when i add service file into CMakeLists

asked 2022-07-20 00:33:30 -0500

minje gravatar image

hello there?

I'm taking ros tutorials on ros wiki. But when I add service files into CMakeLists just as on tutorial, catkin_make fails. Seems like all the problem is on CMakeLists. Also if I comment the add_service_files, catkin_make successfully loads.

PS: I have also uncommented particular part in package.xml

Does anyone here have any idea??

edit retag flag offensive close merge delete