Course: ROS Basics in 5 days (C++)
Unit: Unit 6 Services in ROS: Servers & Messages
Section: Exercise 6.3
Hi,
I got the following error when I’m trying to compile the package(catkin_make). the error I’m getting is for Unit 5 which compile perfectly without any error in the previous section.
In order to avoid this error I just compile one package with this command: $ catkin_make --only-pkg-with-deps service_server_pkg
Is there any other way to compile the entire workspace without getting this error ?
Thanks