Failing services quiz

The Gradebot keeps failing me even though the program works flawless when I launch it myself. The point where I fail:
:heavy_multiplication_x: [19:28:04] [assess] Could not launch services_quiz service client successfully. Can you believe that?
The launch command exited earlier than expected. What could be wrong?

  • Does your service client node exit in 10 seconds or less? Did it complete the expected movement?
  • Did you name the launch file correctly? It should be services_quiz_client.launch.py
  • Are you also calling the service from the services_quiz_server.launch.py file? Please don’t.
  • Start the service server and then run ros2 launch services_quiz services_quiz_client.launch.py and fix any errors that appears. (mark: 6.0)
    The client node exits in about 10 seconds, as spescified. It completes the expected movement.
    The launch file name is correct.
    I am not calling the service from the server launch file.
    When launching the server, and the client, I get absolutely zero errors so I am a bit lost at the moment.

Hi,
We just released an Upgrade to the correcting script an dnow it should be more robust to the last three points. It checks now if it just turns right for 3 seconds.

Please let us know if it worked.

Have you checked that you have the “ros2 launch services_quiz services_quiz_client.launch.py”?
Because that is what the launch file will launch for testing

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