#include "SeaBee/SubController.H"
#include "Component/ModelOptionDef.H"
#include "Devices/DeviceOpts.H"
#include "Util/Assert.H"
#include "Image/DrawOps.H"
Go to the source code of this file.
Defines | |
#define | CMD_DELAY 6000 |
#define | INT_CLVL_PRESSURE 225 |
Variables | |
const ModelOptionCateg | MOC_SeaBee_Controller |
const ModelOptionDef | OPT_SeaBeeSimMode |
Control motors and pid
Definition in file SubController.C.
const ModelOptionCateg MOC_SeaBee_Controller |
{
MOC_SORTPRI_3, "SeaBee controller related options" }
Definition at line 47 of file SubController.C.
const ModelOptionDef OPT_SeaBeeSimMode |
{ MODOPT_FLAG, "SeabeeSimMode", &MOC_SeaBee_Controller, OPTEXP_CORE, "Run in simulator mode", "seabee-sim-mode", '\0', "", "false" }
Definition at line 50 of file SubController.C.