#include "ros/ros.h"
#include "ar_human_proc.h"
#include <tf/transform_broadcaster.h>
#include <tf/transform_listener.h>
#include <ar_pose/ARMarkers.h>
#include <ar_pose/ARMarker.h>
#include "std_msgs/String.h"
#include "leader_follower/TrajectoryObservation.h"
Go to the source code of this file.
Defines | |
#define | DEG2RAD 0.01745 |
Functions | |
int | main (int argc, char **argv) |
void | manage_list (int marker_id) |
#define DEG2RAD 0.01745 |
Definition at line 31 of file ar_human_proc.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
publish last maker position and type
Definition at line 210 of file ar_human_proc.cpp.
void manage_list | ( | int | marker_id | ) |
Definition at line 151 of file ar_human_proc.cpp.