#include "stage.hh"
Go to the source code of this file.
Classes | |
struct | robot_t |
Functions | |
int | Init (Model *mod, CtrlArgs *args) |
int | LaserUpdate (Model *mod, robot_t *robot) |
int | PositionUpdate (Model *mod, robot_t *robot) |
Variables | |
static const 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 = 1.0 |
static const double | stopdist = 0.3 |
static const bool | verbose = false |