#include "object_tracker.h"
#include <hector_nav_msgs/GetDistanceToObstacle.h>
#include <hector_nav_msgs/GetNormal.h>
#include <hector_worldmodel_msgs/VerifyObject.h>
#include <hector_worldmodel_msgs/VerifyPercept.h>
#include <math.h>
#include "Object.h"
#include "parameters.h"
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Namespaces | |
hector_object_tracker | |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 985 of file object_tracker.cpp.