Publishes the robot's position in a geometry_msgs/Pose message. More...
#include <geometry_msgs/PoseStamped.h>
#include <geometry_msgs/Pose.h>
#include <ros/ros.h>
#include <tf/transform_listener.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Publishes the robot's position in a geometry_msgs/Pose message.
Publishes the robot's position in a geometry_msgs/Pose message based on the TF difference between /map and /base_link.
Definition in file robot_pose_publisher.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the robot_pose_publisher node.
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
Definition at line 24 of file robot_pose_publisher.cpp.