Skip to content

Commit 236f211

Browse files
committed
Update cmake reference to python files
1 parent d9b7b62 commit 236f211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snp_motion_planning/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ install(TARGETS ${PROJECT_NAME}_plugins ${PROJECT_NAME}_tasks EXPORT ${PROJECT_N
8686
ament_python_install_package(${PROJECT_NAME})
8787
# Install Python executables
8888
install(PROGRAMS
89-
src/motion_client.py
90-
src/velocity_plot.py
89+
${PROJECT_NAME}/motion_client.py
90+
${PROJECT_NAME}/velocity_plot.py
9191
DESTINATION lib/${PROJECT_NAME}
9292
)
9393

0 commit comments

Comments
 (0)