GRadebot failing on services quiz

I have been trying to submit my quizes and I keep getting the same error.

I get this error even through when I run Colcon Build I do not get an error.

Hello @jklingman ,

The logs show this error message:

ERROR:colcon.colcon_ros.task.ament_python.build:Failed to find the following files:
- /home/user/ros2_ws/install/custom_interfaces/share/custom_interfaces/package.sh
Check that the following packages have been built:
- custom_interfaces

So, the problem here is that you have this dependency on the package custom_interfaces, which is not considered by the Quiz autocorrector (the autocorrector only considers the 2 Quiz packages). If you remove this dependency (probably you have it in the package.xml?), the problem should be fixed.

thank you!!! Are you able to reset my trys so I can try to submit the quiz again??

Done @jklingman , you should be able to submit it now.

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