#include "Devices/BeoChip.H"
#include "Beobot/BeobotConfig.H"
#include "Beowulf/Beowulf.H"
#include "Component/ModelManager.H"
#include "Util/log.H"
#include "rutz/shared_ptr.h"
#include <signal.h>
Go to the source code of this file.
Functions | |
void | terminate (int s) |
int | main (const int argc, const char **argv) |
Receive signals from master node and performs requested actions. | |
Variables | |
static bool | goforever = true |
Test color segment following - slave
Definition in file test-followColor.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
Receive signals from master node and performs requested actions.
Definition at line 51 of file test-followColor.C.
References ModelComponent::addSubComponent(), BeobotConfig::gearMinVal, BeobotConfig::gearServoNum, TCPmessage::getElementDouble(), ModelManager::getExtraArg(), goforever, MYLOGVERB, ModelManager::parseCommandLine(), BeobotConfig::speedServoNum, ModelComponent::start(), and BeobotConfig::steerServoNum.