Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Updated with two rosbags
Browse files Browse the repository at this point in the history
  • Loading branch information
prajankya committed Feb 2, 2017
1 parent c86bb01 commit 21daba2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion agri_mapper/launch/viz.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<!--
<include file="$(find agri_mapper_research)/launch/image_view.launch" />
-->
<!-- Adding record bag for simplicity -->
<node pkg="rosbag" type="record" name="robot_bag" args="-o /home/sushma/bags/all/recording -a" output="screen" />
<node pkg="rosbag" type="record" name="robot_bag" args="-o /home/sushma/bags/input/in_rec /agri_mapper/imu_msg /agri_mapper/scan /agri_mapper/odom_pub" output="screen" />

<node name="rqt_reconfigure" pkg="rqt_reconfigure" type="rqt_reconfigure" />
<!-- <node name="rqt_reconfigure" pkg="rqt_reconfigure" type="rqt_reconfigure" /> -->
</launch>

0 comments on commit 21daba2

Please sign in to comment.