Fixes #46 on indigo-devel

Tested with velodyne data on indigo on Ubuntu 14.04
This commit is contained in:
Lucid One 2014-04-09 15:47:14 -04:00 committed by Paul Bovbel
parent 8a6fbbd99d
commit c178c5a08d

View File

@ -91,6 +91,7 @@ int
view.addQuery (bag, rosbag::TypeQuery ("sensor_msgs/PointCloud2"));
view.addQuery (bag, rosbag::TypeQuery ("tf/tfMessage"));
view.addQuery (bag, rosbag::TypeQuery ("tf2_msgs/TFMessage"));
view_it = view.begin ();
std::string output_dir = std::string (argv[3]);