added cmake_minimum_required(VERSION 3.0.2) to all CMakeLists.txt for using `catkin build`
This MR fixes all the CMakeLists.txt files so they include cmake_minimum_required(VERSION 3.0.2)
. Without this, catkin build
does not work. I was able to successfully build the workspace with catkin build
.