ros@ros-virtual-machine:~/catkin_ws$ rosdep install --from-paths src --ignore-src --rosdistro=kinetic -y
WARNING: given --rosdistro kinetic but ROS_DISTRO is "noetic". Ignoring environment.
WARNING: ROS_PYTHON_VERSION is unset. Defaulting to 3
All required rosdeps installed successfully
ros@ros-virtual-machine:~/catkin_ws$ catkin_make
Base path: /home/ros/catkin_ws
Source space: /home/ros/catkin_ws/src
The specified base path "/home/ros/catkin_ws" contains a CMakeLists.txt but "catkin_make" must be invoked in the root of workspace
ros@ros-virtual-machine:~/catkin_ws$ rosdep install --from-paths src --ignore-src --rosdistro=kinetic -y WARNING: given --rosdistro kinetic but ROS_DISTRO is "noetic". Ignoring environment. WARNING: ROS_PYTHON_VERSION is unset. Defaulting to 3
All required rosdeps installed successfully
ros@ros-virtual-machine:~/catkin_ws$ catkin_make Base path: /home/ros/catkin_ws Source space: /home/ros/catkin_ws/src The specified base path "/home/ros/catkin_ws" contains a CMakeLists.txt but "catkin_make" must be invoked in the root of workspace