Hello,
I would like to report a possible Gradebot issue with the Actions Quiz 7.9 in ROS2 Basics in 5 Days (Python).
The Gradebot successfully completed the following checks:
- ROS 2 environment setup is okay
- actions_quiz and actions_quiz_msg compiled successfully
- actions_quiz package was found
- actions_quiz_msg package was found
However, the Gradebot then became stuck and did not continue to the remaining tests.
I manually tested my implementation successfully. The action server is available:
Action: /distance_as
Action servers: 1
I also tested the required goal:
{x: 8.3, y: -2.2, yaw: -0.2}
The goal was accepted, feedback was published, and the action completed successfully.
Before starting the Gradebot, I did terminate all running programs in the web terminals as instructed.
Could you please check the Gradebot logs for my attempt? If the issue was caused by the grader, could you please restore the consumed attempt or review my score manually?
Thank you.