Skip to content

Commit

Permalink
add install to the resources and plugin.xml (autowarefoundation#2287)…
Browse files Browse the repository at this point in the history
… (Fixes #2147)

Signed-off-by: Masaya Kataoka <ms.kataoka@gmail.com>
  • Loading branch information
hakuturu583 authored and Geoffrey Biggs committed May 30, 2019
1 parent 4b82282 commit 74fada6
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -38,7 +38,7 @@ foreach (programs)
)
endforeach (programs)

foreach (dir launch rviz config media)
foreach (dir launch rviz config media resource)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach (dir)
Expand All @@ -51,4 +51,8 @@ set(PYTHON_SCRIPTS src/lgsvl_simulator_bridge/__init__.py src/lgsvl_simulator_br
foreach(scripts ${PYTHON_SCRIPTS})
catkin_install_python(PROGRAMS ${scripts}
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
endforeach(scripts)
endforeach(scripts)

install(FILES plugin.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

0 comments on commit 74fada6

Please sign in to comment.