Skip to content

Commit

Permalink
[jsk_teleop_joy] fix shebang for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Dec 5, 2024
1 parent 5186bd1 commit 027e6e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jsk_teleop_joy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ catkin_package(

)

install(DIRECTORY launch scripts configs
file(GLOB PYTHON_SCRIPTS scripts/*.py)
catkin_install_python(
PROGRAMS ${PYTHON_SCRIPTS}
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY launch configs
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
USE_SOURCE_PERMISSIONS
PATTERN ".svn" EXCLUDE
Expand Down

0 comments on commit 027e6e4

Please sign in to comment.