Hello, Running into an error in the Path Planning Basics course. Under exercise 2.3.1, after copying the code and running, I am running into this error.
RLException: [unit2_exercise.launch] is neither a launch file in package [unit2] nor is [unit2] a launch file name
The traceback for the exception was written to the log file
I am confused as I assume that I will be using this package to launch projects in this course, and before moring forward I want to be sure that everything is all settled.
delete the path planning folder, and try from start again, but this time, make sure that its downloaded into catkin_ws>src. I see that the folder for path planning is outside the src folder, make sure that all the files you are working on is under the src folder.
Just adding to what @Joseph1001 already said, please create all packages inside the designated directory in the ROS workspace, in this case ~/catkin_ws/src. This is the ROS way.
This seems to suggest that you have not taken the ROS Basics course. If this is the case, please take that first so that you don’t struggle with the material in this course.