Could not launch `services_quiz` service client successfully. Are you kidding me? The launch command exited earlier than expected

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.

Hi @regvithbaskaran8, welcome to the community!

From what I can understand, you are commenting on the mark you received in the services quiz for the ROS2 in 5 Days C++.

Could you please point to the specific points the grader marked as incorrect?

Thank you!

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