#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include <tf/tf.h>
#include <geometry_msgs/PoseWithCovarianceStamped.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | poseCallback (const geometry_msgs::PoseWithCovarianceStampedConstPtr &msg) |
Variables | |
static std::string | frame_id |
static bool | started |
static tf::StampedTransform | transform |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 59 of file pose_to_tf.cpp.
void poseCallback | ( | const geometry_msgs::PoseWithCovarianceStampedConstPtr & | msg | ) |
Definition at line 49 of file pose_to_tf.cpp.
std::string frame_id [static] |
Definition at line 46 of file pose_to_tf.cpp.
bool started [static] |
Definition at line 45 of file pose_to_tf.cpp.
tf::StampedTransform transform [static] |
Definition at line 44 of file pose_to_tf.cpp.