#include <angles/angles.h>
#include <boost/foreach.hpp>
#include <boost/tuple/tuple.hpp>
#include "collvoid_local_planner/ROSAgent.h"
#include "collvoid_local_planner/orca.h"
#include "collvoid_local_planner/collvoid_publishers.h"
Go to the source code of this file.
Namespaces | |
namespace | collvoid |
Functions | |
template<typename T > | |
void | getParam (const ros::NodeHandle nh, const std::string &name, T *place) |
template<class T > | |
T | getParamDef (const ros::NodeHandle nh, const std::string &name, const T &default_val) |
int | main (int argc, char **argv) |
void getParam | ( | const ros::NodeHandle | nh, |
const std::string & | name, | ||
T * | place | ||
) |
Definition at line 43 of file ROSAgent.cpp.
T getParamDef | ( | const ros::NodeHandle | nh, |
const std::string & | name, | ||
const T & | default_val | ||
) |
Definition at line 52 of file ROSAgent.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 1227 of file ROSAgent.cpp.