ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The correct sintax is with PROGRAMS
instead of FILES
and using the BIN
destination, not the SHARE
one.
install(PROGRAMS scripts/foo.sh
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}/scripts
)
2 | No.2 Revision |
The correct sintax syntax is with PROGRAMS
instead of FILES
and using the BIN
destination, not the SHARE
one.
install(PROGRAMS scripts/foo.sh
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}/scripts
)