File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
turtlebot3_automatic_parking_vision
src/turtlebot3_automatic_parking_vision Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ find_package(catkin REQUIRED COMPONENTS
2020################################################################################
2121# Setup for python modules and scripts
2222################################################################################
23- catkin_install_python ()
23+ catkin_python_setup ()
2424
2525################################################################################
2626# Declare ROS messages, services and actions
@@ -48,7 +48,7 @@ include_directories(
4848# Install
4949################################################################################
5050catkin_install_python(PROGRAMS
51- scripts /automatic_parking_vision.py
51+ nodes /automatic_parking_vision
5252 DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
5353)
5454
File renamed without changes.
You can’t perform that action at this time.
0 commit comments