#include "ros/time.h"
#include "rosbag/bag.h"
#include "rosbag/view.h"
#include "std_msgs/Int32.h"
#include "std_msgs/String.h"
#include <string>
#include <vector>
#include "boost/foreach.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
|
| void | create_test_bag (const std::string &filename) |
| |
| int | main (int argc, char **argv) |
| |
| | TEST (rosbag_storage, iterator_copy_constructor) |
| |
| | TEST (rosbag_storage, iterator_copy_assignment) |
| |
| | TEST (rosbag_storage, iterate_bag) |
| |
|
| const char * | bag_filename = "/tmp/rosbag_storage_create_and_iterate_bag.bag" |
| |
| void create_test_bag |
( |
const std::string & |
filename | ) |
|
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| TEST |
( |
rosbag_storage |
, |
|
|
iterator_copy_constructor |
|
|
) |
| |
| TEST |
( |
rosbag_storage |
, |
|
|
iterator_copy_assignment |
|
|
) |
| |
| TEST |
( |
rosbag_storage |
, |
|
|
iterate_bag |
|
|
) |
| |
| const char* bag_filename = "/tmp/rosbag_storage_create_and_iterate_bag.bag" |