Issue in 4.8 Services Quiz python

hello community,
My ros2 launch services_quiz_server launches perfectly but when i add this code “ros2 launch services_quiz services_quiz_client.launch.py” I get an error (attached), my launch file & setup.py are correct (ig)…

I think my code is wrong…

Please have a look and guild me…
Thanks in advance

Im adding the launch file and the setup.py also


found the error

  1. its “from services_quiz_srv.srv import Turn”
  2. it should be request = Turn.Request()
1 Like

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