PythonHumble in 5 days 4.8 Services Quiz

Hi community
Could anyone help why there is a message that file services_quiz_client.launch.py was not found when it does exist as you can see on a screenshot?
Thank you

Hi @gvfstudio ,

A quick fix would be to delete the build, install and log folders and rebuild your workspace just using the colcon build && source setup/install.bash command.

cd ~/ros2_ws
rm -rf ./build ./install ./log
colcon build && source install/setup.bash

Regards,
Girish

Sorry Girish I followed your advice but it didn’t work…

Hi @gvfstudio ,

Could you post the contents of the setup.py file?

Regards,
Girish

Here it is:

Hi @gvfstudio ,

Your setup.py seems to be fine. I thought you might have missed something there.

I am not really sure of a solution. I have faced similar issues but when I do the delete and rebuild step, it gets fixed.

As an alternative you can try to run source /opt/ros/humble/setup.bash before doing ros2 launch ....

Regards,
Girish

1 Like

“I am not really sure of a solution. I have faced similar issues but when I do the delete and rebuild step, it gets fixed”

It did work, thank you.

1 Like

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