Fixes #46 on indigo-devel
Tested with velodyne data on indigo on Ubuntu 14.04
This commit is contained in:
parent
8a6fbbd99d
commit
c178c5a08d
@ -91,6 +91,7 @@ int
|
|||||||
|
|
||||||
view.addQuery (bag, rosbag::TypeQuery ("sensor_msgs/PointCloud2"));
|
view.addQuery (bag, rosbag::TypeQuery ("sensor_msgs/PointCloud2"));
|
||||||
view.addQuery (bag, rosbag::TypeQuery ("tf/tfMessage"));
|
view.addQuery (bag, rosbag::TypeQuery ("tf/tfMessage"));
|
||||||
|
view.addQuery (bag, rosbag::TypeQuery ("tf2_msgs/TFMessage"));
|
||||||
view_it = view.begin ();
|
view_it = view.begin ();
|
||||||
|
|
||||||
std::string output_dir = std::string (argv[3]);
|
std::string output_dir = std::string (argv[3]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user