#include <ros/ros.h>
#include <asr_msgs/AsrObject.h>
#include <sensor_msgs/JointState.h>
#include <geometry_msgs/PoseStamped.h>
#include <posedetection_msgs/Object6DPose.h>
#include <string>
#include <iostream>
#include <fstream>
#include <boost/thread.hpp>
Go to the source code of this file.
Classes | |
class | DataTracker |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 106 of file DataTracker.cpp.