Unit 6: Services in ROS: Servers & Messages: Compile error

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

Please try the following to only compile the package for the exercise.

catkin_make --only-pkg-with-deps <target_package>

The Unit 5 package is probably failing because some of its dependencies are not available in the current unit.

1 Like

Thank you for your feedback

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.