#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include "tf/tf.h"
#include "tf/tfMessage.h"
#include <string>
#include <vector>
#include <map>
#include <ostream>
#include "ros/serialization.h"
#include "ros/builtin_message_traits.h"
#include "ros/message_operations.h"
#include "ros/time.h"
#include "ros/macros.h"
#include "ros/assert.h"
#include <math.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Transformation between the kinect axis frame and the vehicle frame. |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Transformation between the kinect axis frame and the vehicle frame.
Definition at line 43 of file pub_transformations.cpp.