[Bug] grader not working

This is an error report.


Screenshot of the error


Error details

code works as correctly, file names are correct but grader failed.

Did you check all the points mentioned by the grader? Specifically, how long before you service client exits?

is it correct to add time.sleep(10) after the loop while rclpy.ok(): and before the client.destroy_node() ?

No, the right way it to wait for the result from the server before exiting. I believe you have an example of that in the notebook.

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