#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include <std_msgs/Float64.h>
#include <math.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Generates a frame higher than the car frame, to publish the point cloud to the mtt. | |
Variables | |
tf::TransformBroadcaster * | p_broadcaster |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Generates a frame higher than the car frame, to publish the point cloud to the mtt.
int | ||
char** |
Definition at line 40 of file tracking_frame_generator.cpp.
tf::TransformBroadcaster* p_broadcaster |
Definition at line 31 of file tracking_frame_generator.cpp.