The Gradebot keeps failing me even though the program works flawless when I launch it myself. The point where I fail:
[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.pyfile? Please don’t. - Start the service server and then run
ros2 launch services_quiz services_quiz_client.launch.pyand 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.