#include <ros/ros.h>#include <tf/transform_broadcaster.h>#include <geometry_msgs/TransformStamped.h>#include <nav_msgs/Odometry.h>
Go to the source code of this file.
Functions | |
| void | callback (const nav_msgs::Odometry::ConstPtr &odom_old) |
| int | main (int argc, char **argv) |
Variables | |
| double | m_vel_th |
| double | m_vel_x |
| double | m_vel_y |
| nav_msgs::Odometry | odom_new |
| geometry_msgs::TransformStamped | odom_tf |
| void callback | ( | const nav_msgs::Odometry::ConstPtr & | odom_old | ) |