Skip to content

Commit

Permalink
Merge pull request ros#21 from ros/talker_listener_launch_cpp
Browse files Browse the repository at this point in the history
add talker_listener launch file for roscpp_tutorials
  • Loading branch information
dirk-thomas committed May 4, 2015
2 parents ec9c1a7 + 09c85b7 commit d96575b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roscpp_tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ add_executable(time_api_sleep time_api/sleep/sleep.cpp)
target_link_libraries(time_api_sleep ${catkin_LIBRARIES})
install(TARGETS time_api_sleep
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

install(FILES
launch/talker_listener.launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)
4 changes: 4 additions & 0 deletions roscpp_tutorials/launch/talker_listener.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<launch>
<node name="listener" pkg="roscpp_tutorials" type="listener" output="screen"/>
<node name="talker" pkg="roscpp_tutorials" type="talker" output="screen"/>
</launch>

0 comments on commit d96575b

Please sign in to comment.