#include <ros/ros.h>#include <nav_msgs/Odometry.h>#include <gtest/gtest.h>#include <iostream>#include <fstream>#include <tf/tf.h>
Go to the source code of this file.
Functions | |
| void | filterCallback (const nav_msgs::OdometryConstPtr &msg) |
| int | main (int argc, char **argv) |
| TEST (BagTest, PoseCheck) | |
Variables | |
| nav_msgs::Odometry | filtered_ |
| void filterCallback | ( | const nav_msgs::OdometryConstPtr & | msg | ) |
Definition at line 12 of file test_localization_node_bag_pose_tester.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 66 of file test_localization_node_bag_pose_tester.cpp.
| TEST | ( | BagTest | , |
| PoseCheck | |||
| ) |
Definition at line 17 of file test_localization_node_bag_pose_tester.cpp.
| nav_msgs::Odometry filtered_ |
Definition at line 10 of file test_localization_node_bag_pose_tester.cpp.