#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include <vector>
#include <string>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Classes | |
struct | patch_position |
Functions | |
int | main (int argc, char **argv) |
template<class T > | |
void | readParam (const ros::NodeHandle &nh, const std::string &str_name, T &rhs) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 68 of file patches_tf.cpp.
void readParam | ( | const ros::NodeHandle & | nh, |
const std::string & | str_name, | ||
T & | rhs | ||
) | [inline] |
Definition at line 57 of file patches_tf.cpp.