cmake_minimum_required(VERSION 2.8.3) project(line_follower_description) find_package(catkin REQUIRED COMPONENTS geometry_msgs roscpp rviz tf urdf xacro ) include_directories( ${catkin_INCLUDE_DIRS} )