i keep trying to submit for the ROS Basics in 5 Days course.
It works on the rosjects but when i go back to submit in the course page it says it cant find topics_quiz as a package
The rosject package and the course package should be separate, at least created separately even if you’re using the same source code.
Please make sure that you:
- create the package in
~/catkin_ws/src
- created the package with
catkin_create_pkg
.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.