Go to the source code of this file.
◆ nav_mode_t
Enumerator |
---|
MODE_WORK | |
MODE_DOCK | |
MODE_UNDOCK | |
Definition at line 31 of file fasr.cc.
◆ Init()
◆ avoidduration
const int avoidduration = 10 |
◆ avoidspeed
const double avoidspeed = 0.05 |
◆ avoidturn
const double avoidturn = 0.5 |
◆ cruisespeed
const double cruisespeed = 0.4 |
◆ have
Initial value:= { { 90, 180, 180, 180 },
{ 90, -90, 180, 90 },
{ 90, 90, 180, 90 },
{ 0, 45, 0, 0 } }
Definition at line 16 of file fasr.cc.
◆ minfrontdistance
const double minfrontdistance = 0.7 |
◆ need
Initial value:= { { -120, -180, 180, 180 },
{ -90, -120, 180, 90 },
{ -90, -90, 180, 180 },
{ -90, -180, -90, -90 } }
Definition at line 21 of file fasr.cc.
◆ payload
const unsigned int payload = 1 |
◆ refuel
Initial value:= { { 0, 0, 45, 120 },
{ 0, -90, -60, -160 },
{ -90, -90, 180, 180 },
{ -90, -180, -90, -90 } }
Definition at line 26 of file fasr.cc.
◆ stopdist
const double stopdist = 0.5 |
◆ verbose
const bool verbose = false |
◆ workduration
const int workduration = 20 |