It seems something is going wrong. I got an error when I execute the first exercise of Chapter 3 (Exercise 3.1a),
user:~$ roslaunch pi_robot_pkg pi_robot_control_norsp.launch
[pi_robot_control_norsp.launch] is neither a launch file in package [pi_robot_pkg] nor is [pi_robot_pkg] a launch file name
The traceback for the exception was written to the log file
I can’t even roscd to the pi_robot_pkg Directory:
user:~$ roscd pi_robot_pkg
roscd: No such package/stack ‘pi_robot_pkg’
Thats an oddly strange issue. I just tried it here and no issue. Maybe there is something wrong in your catkin_ws? Did you remove or compile something and gave error?
Could you do the following:
Thanks @duckfrost. I had the same issue. It got resolved when I reset the workspace (by switching to another chapter and then returning). So, it might have been some environment setting that got set incorrectly when rebuilding the workspace using catkin_make. Thanks for your reply…it is a helpful reference.