Could not launch services_quiz
service client successfully. Are you kidding me?
The launch command exited earlier than expected…
- 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
- Is the service client running for at least 10 seconds before exiting? It should wait for the service to complete!
- Are you also calling the service from the
services_quiz_server.launch.py
file? Come on! - Start the service server and then run
ros2 launch services_quiz services_quiz_client.launch.py
and carefully check the points above, among others. (mark: 6.0). I feel Like this is an incorrect grade as it works well when i execute it manually.