The quiz grading bot stops at step 10, although the command “ros2 launch services_quiz services_quiz_client.launch.py” runs without errors if I start it manually from a terminal.
The robot turns an everythings seems fine…
It says:…
[18:42:20] [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)