11################################################################################
2- # CMake
2+ # Set minimum required version of cmake, project name and compile options
33################################################################################
44cmake_minimum_required (VERSION 2.8.3)
55project (turtlebot3_automatic_parking)
66
77################################################################################
8- # Packages
8+ # Find catkin packages and libraries for catkin and system dependencies
99################################################################################
1010find_package (catkin REQUIRED COMPONENTS
1111 rospy
@@ -15,6 +15,10 @@ find_package(catkin REQUIRED COMPONENTS
1515 nav_msgs
1616)
1717
18+ ################################################################################
19+ # Setup for python modules and scripts
20+ ################################################################################
21+
1822################################################################################
1923# Declare ROS messages, services and actions
2024################################################################################
@@ -24,7 +28,7 @@ find_package(catkin REQUIRED COMPONENTS
2428################################################################################
2529
2630################################################################################
27- # Catkin specific configuration
31+ # Declare catkin specific configuration to be passed to dependent projects
2832################################################################################
2933catkin_package(
3034 CATKIN_DEPENDS rospy std_msgs sensor_msgs geometry_msgs nav_msgs
0 commit comments