#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 |
Definition at line 23 of file wander_accel.cc.
Definition at line 54 of file wander_accel.cc.
Definition at line 147 of file wander_accel.cc.
|
static |
Definition at line 10 of file wander_accel.cc.
|
static |
Definition at line 5 of file wander_accel.cc.
|
static |
Definition at line 6 of file wander_accel.cc.
|
static |
Definition at line 4 of file wander_accel.cc.
|
static |
Definition at line 7 of file wander_accel.cc.
|
static |
Definition at line 9 of file wander_accel.cc.
|
static |
Definition at line 8 of file wander_accel.cc.