mkdir -p ~/ros_ws/src/
cd ~/ros_ws/src/
git clone --recursive https://github.com/wsnewman/learning_ros.git
git clone --recursive https://github.com/wsnewman/learning_ros_external_pkgs_noetic.git
cd ~/ros_ws/
rosdep install --from-paths src --ignore-src -r -y
catkin_make
/home/kenson/ros_ws/src/learning_ros/Part_5/cartesian_planner/src/ur10_cart_move_as.cpp:28:9: fatal error: moveit_msgs/DisplayTrajectory.h: No such file or directory
28 | #include<moveit_msgs/DisplayTrajectory.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Reproducing the issue
catkin_make reported error below.