Strange behaviour in services quiz correction

Hi,

Got the following message from the correction. Everything works fine, and catkin_make runs without error. What gives?

Hello @torpanvil ,

The problem is that you have the custom message required for the Quiz ( BB8CustomServiceMessage) in another package. You should create and compile this message in the Quiz package (services_quiz). This way, when the corrector compiles this services_quiz package, it will find the custom message.

Best,