#include "ros/ros.h"#include "geometry_msgs/PoseWithCovarianceStamped.h"#include "tf/transform_listener.h"#include "tf/transform_broadcaster.h"#include "std_srvs/Empty.h"
Go to the source code of this file.
Functions | |
| bool | localizeCallback (std_srvs::Empty::Request &req, std_srvs::Empty::Request &res) | 
| int | main (int argc, char **argv) | 
Variables | |
| bool | callfailed = false | 
| bool | firstcallfailed = true | 
| tf::StampedTransform | odom_localizer | 
| static tf::TransformListener * | pListener = NULL | 
| bool localizeCallback | ( | std_srvs::Empty::Request & | req, | 
| std_srvs::Empty::Request & | res | ||
| ) | 
Definition at line 18 of file localizer.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 30 of file localizer.cpp.
| bool callfailed = false | 
Definition at line 14 of file localizer.cpp.
| bool firstcallfailed = true | 
Definition at line 15 of file localizer.cpp.
Definition at line 13 of file localizer.cpp.
tf::TransformListener* pListener = NULL [static] | 
        
Definition at line 12 of file localizer.cpp.