#include <ros/ros.h>
#include <core/exception.h>
#include <core/utils/lockptr.h>
#include <core/threading/mutex_locker.h>
#include <utils/system/fam.h>
#include <navgraph/navgraph.h>
#include <navgraph/yaml_navgraph.h>
#include <fawkes_msgs/NavGraph.h>
#include <fawkes_msgs/NavGraphGetPairwiseCosts.h>
#include <fawkes_msgs/NavGraphSearchPath.h>
#include <boost/filesystem.hpp>
#include <tf/transform_listener.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
#define GET_CONFIG |
( |
|
privn, |
|
|
|
n, |
|
|
|
path, |
|
|
|
var |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |