Go to the source code of this file.
Classes | |
class | Robot::Edge |
class | Robot::Graph |
class | Robot::GraphVis |
class | Robot::Node |
class | Robot |
class | Robot::Task |
Functions | |
static meters_t | CellToMeters (unsigned int c, meters_t size_m, unsigned int size_c) |
int | Init (ModelPosition *mod, CtrlArgs *args) |
static unsigned int | MetersToCell (meters_t m, meters_t size_m, unsigned int size_c) |
void | split (const std::string &text, const std::string &separators, std::vector< std::string > &words) |
Variables | |
static 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 meters_t CellToMeters | ( | unsigned int | c, |
meters_t | size_m, | ||
unsigned int | size_c | ||
) | [static] |
int Init | ( | ModelPosition * | mod, |
CtrlArgs * | args | ||
) |
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 cruisespeed = 0.4 [static] |
const double minfrontdistance = 0.7 [static] |