ModuleNotFoundError: No module named 'actions_quiz'

I have done everything I can, but still the error persists…

compiled the workspace, sourced it, watched the video [ROS Q&A] #189.

still nothing helped. Please help me resolve…

Screenshot 2024-02-10 184244

Hi @kashyap.patel1217, welcome to the community!

It looks like the issue you have in the shared screenshot is that the terminal cannot find the package action_quiz in your workspace.

That could mean that you haven’t sourced the workspace or used rospack profile

cd ~/catkin_ws
catkin_make
source devel/setup.bash
rospack profile

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