#include <pthread.h>
#include "stage.hh"
#include "astar/astar.h"
Go to the source code of this file.
static meters_t CellToMeters |
( |
unsigned int |
c, |
|
|
meters_t |
size_m, |
|
|
unsigned int |
size_c |
|
) |
| |
|
static |
static unsigned int MetersToCell |
( |
meters_t |
m, |
|
|
meters_t |
size_m, |
|
|
unsigned int |
size_c |
|
) |
| |
|
static |
void split |
( |
const std::string & |
text, |
|
|
const std::string & |
separators, |
|
|
std::vector< std::string > & |
words |
|
) |
| |
const unsigned int avoidduration = 10 |
|
static |
const double avoidspeed = 0.05 |
|
static |
const double avoidturn = 0.5 |
|
static |
const double cruisespeed = 0.4 |
|
static |
const double minfrontdistance = 0.7 |
|
static |
const unsigned int PAYLOAD = 1 |
|
static |
const double stopdist = 0.5 |
|
static |
const bool verbose = false |
|
static |