ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Launch files not copied into share folder by catkin_make

asked 2016-01-31 12:10:14 -0500

user23fj239 gravatar image

My launch-files do not get placed into the devel/share folder also I state inside CMakeLists.txt. The 4 files are inside the src/<pkg-name>/launch folder.

   # install the launch files
     install(DIRECTORY launch/
        DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)
edit retag flag offensive close merge delete

Comments

Try removing the last "/" in the install line.

Javier V. Gómez gravatar image Javier V. Gómez  ( 2016-01-31 17:01:09 -0500 )edit

1 Answer

Sort by » oldest newest most voted
2

answered 2016-02-01 02:32:46 -0500

mgruhler gravatar image

Launch files are not copied into the devel folder. Using the install tag, they are installed in the respective folder in install, if you do a catkin_make install

edit flag offensive delete link more

Comments

I see: catkin_make install triggers install inside CMakeList. Still the question how to get them into devel?

user23fj239 gravatar image user23fj239  ( 2016-02-01 09:32:21 -0500 )edit

you don't need them in devel. You use those from src, if you source devel/setup.bash.

mgruhler gravatar image mgruhler  ( 2016-02-02 02:30:46 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-01-31 12:10:14 -0500

Seen: 421 times

Last updated: Feb 01 '16