Skip to content

Commit

Permalink
add install to cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeTakase-Sensyn committed May 28, 2024
1 parent 993d366 commit 22f3e23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,20 @@ find_package(catkin REQUIRED COMPONENTS
catkin_python_setup()

catkin_package(CATKIN_DEPENDS message_runtime )

#python script
catkin_install_python(PROGRAMS
src/ros_tcp_endpoint/__init__.py
src/ros_tcp_endpoint/client.py
src/ros_tcp_endpoint/server.py
src/ros_tcp_endpoint/communication.py
src/ros_tcp_endpoint/default_server_endpoint.py
src/ros_tcp_endpoint/exceptions.py
src/ros_tcp_endpoint/publisher.py
src/ros_tcp_endpoint/subscriber.py
src/ros_tcp_endpoint/tcp_sender.py
src/ros_tcp_endpoint/service.py
src/ros_tcp_endpoint/unity_service.py
src/ros_tcp_endpoint/thread_pauser.py

DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

0 comments on commit 22f3e23

Please sign in to comment.