@@ -18,38 +18,37 @@ find_package(catkin REQUIRED COMPONENTS
1818################################################################################
1919# Setup for python modules and scripts
2020################################################################################
21-
22- ################################################################################
23- # Declare ROS messages, services and actions
24- ################################################################################
25-
26- ################################################################################
27- # Declare ROS dynamic reconfigure parameters
28- ################################################################################
21+ catkin_python_setup()
2922
3023################################################################################
3124# Declare catkin specific configuration to be passed to dependent projects
3225################################################################################
3326catkin_package(
34- CATKIN_DEPENDS rospy std_msgs sensor_msgs geometry_msgs nav_msgs
27+ CATKIN_DEPENDS
28+ rospy
29+ std_msgs
30+ sensor_msgs
31+ geometry_msgs
32+ nav_msgs
3533)
3634
3735################################################################################
3836# Build
3937################################################################################
4038include_directories (
39+ include
4140 ${catkin_INCLUDE_DIRS}
4241)
4342
4443################################################################################
4544# Install
4645################################################################################
4746catkin_install_python(PROGRAMS
48- scripts /automatic_parking.py
49- DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
47+ nodes /automatic_parking
48+ DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
5049)
5150
52- install (DIRECTORY rviz
51+ install (DIRECTORY launch rviz
5352 DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
5453)
5554
0 commit comments