Skip to content

Commit

Permalink
Convenience launch file for rqt_bag (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Walter authored and dirk-thomas committed Apr 18, 2017
1 parent c38ded0 commit 6d9fdf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rqt_bag/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install(FILES plugin.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(DIRECTORY resource
install(DIRECTORY launch resource
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

Expand Down
6 changes: 6 additions & 0 deletions rqt_bag/launch/rqt_bag.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<launch>
<arg name="bag" default="" doc="bag file to load"/>
<node name="rqt_bag" pkg="rqt_bag" type="rqt_bag"
args="$(arg bag)"/>
</launch>

0 comments on commit 6d9fdf5

Please sign in to comment.