Skip to content

Commit 314d38e

Browse files
committed
fixed: travis ci
1 parent e90232b commit 314d38e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

turtlebot3_automatic_parking_vision/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
################################################################################
5050
catkin_install_python(PROGRAMS
51-
scripts/automatic_parking_vision.py
51+
nodes/automatic_parking_vision
5252
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
5353
)
5454

0 commit comments

Comments
 (0)