The grader bot cannot seem to find the topic_quiz package while i can run the simulation and can find the package using ros2 pkg list. Can you please help here ?
Screenshot of the error
Error details
Hello, i can see the package in the topics and i am able to run the simulation correctly but the grade bot cant find it. can you pls help here ?
Hi @vadhrivenkat ,
If I am right, the instructions are to name your package as topics_quiz
and not topic_quiz
.
So I believe the gradebot is also looking for topics_quiz
package and it cannot find it.
topic_quiz
package is sematically and syntactically different from topics_quiz
.
Gradebot cannot deduce or assume the name of the package you created. So try renaming your package to topics_quiz
and gradebot should work.
Regards,
Girish
PS. Please don’t create multiple duplicates for the same issue.
hello @girishkumar.kannan
Thanks for spotting that… Since the rest of the guide was topic_ i subconciously created it topic_quiz.
i crossed the unit. 
Quick followup - i also finished the real robot part1 test but i did not know how to close the topic or if it was graded. Can you please help with that part ?