[Bug] submission topics_quiz

This is an error report.


Screenshot of the error


Error details

hello,

My code worked fine before i submitted it to be controlled. The auto control tells me that the node exits within 15 secs but it never did with me, and now it seems like the pkg cannot be found…

Hi @timottesen,
Can you try to delete install, build and log folders, colcon build, source and tell me if the problem still occurs ?
Can you also post your setup.py file ?

According to the grader logs, you named your package topics_quiz_pkg instead of topics_quiz. You must use the exact name topics_quiz.

To fix this, it’s better to create a new package, topics_quiz from scratch and copy in your code from the other package.

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