Skip to content

Commit

Permalink
rtt_roscomm: renamed create_rtt_pkg script back to create_rtt_msgs (fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerj committed Feb 20, 2014
1 parent 5772397 commit 695f1e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rtt_roscomm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ orocos_generate_package(
)

install(PROGRAMS
scripts/create_rtt_pkg
scripts/create_rtt_msgs
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

install(
Expand All @@ -50,5 +50,5 @@ install(PROGRAMS cmake/create_boost_header.py DESTINATION ${CATKIN_PACKAGE_SHARE
file(COPY src/templates DESTINATION "${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_SHARE_DESTINATION}/src")
install(DIRECTORY src/templates DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/src)

# This one will only be used by create_rtt_pkg with `rospack find rtt_roscomm` => no devel-space installation
# This one will only be used by create_rtt_msgs with `rospack find rtt_roscomm` => no devel-space installation
install(DIRECTORY rtt_roscomm_pkg_template DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ catkin_make -j1
# Generate and build the rtt typekit package
source devel/setup.bash
cd src
rosrun rtt_roscomm create_rtt_pkg my_msgs
rosrun rtt_roscomm create_rtt_msgs my_msgs
cd ..
catkin_make -j1

0 comments on commit 695f1e2

Please sign in to comment.