Update CMakeLists.txt

This commit is contained in:
bjoernellens1 2025-01-16 13:25:03 +01:00 committed by GitHub
parent 86931121e7
commit f8ba263285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ catkin_package(
# Install Python scripts # Install Python scripts
catkin_install_python(PROGRAMS catkin_install_python(PROGRAMS
rmp220_middleware/rmp220_middleware.py # Replace with the actual script path rmp220_middleware/rmp220_middleware.py # Replace with the actual script path
rmp220_middleware/rmp220_middleware_extended.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
) )