Go to the source code of this file.
Classes | |
struct | robot_t |
Functions | |
int | Init (Model *mod) |
int | RangerUpdate (ModelRanger *mod, robot_t *robot) |
Variables | |
const double | SAFE_ANGLE = 0.5 |
const double | SAFE_DIST = 0.75 |
const double | VSPEED = 0.2 |
const double | WGAIN = 1.0 |
int Init | ( | Model * | mod | ) |
Definition at line 35 of file expand_pioneer.cc.
int RangerUpdate | ( | ModelRanger * | mod, |
robot_t * | robot | ||
) |
Definition at line 61 of file expand_pioneer.cc.
const double SAFE_ANGLE = 0.5 |
Definition at line 28 of file expand_pioneer.cc.
const double SAFE_DIST = 0.75 |
Definition at line 27 of file expand_pioneer.cc.
const double VSPEED = 0.2 |
Definition at line 25 of file expand_pioneer.cc.
const double WGAIN = 1.0 |
Definition at line 26 of file expand_pioneer.cc.