Go to the source code of this file.
Functions | |
void | handler (int signum) |
int | main (int argc, char *argv[]) |
Variables | |
CommsManager | myManager ("rFlexTester") |
void handler | ( | int | signum | ) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 15 of file rFlexTest.cpp.
References RobotDriveInfoStruct::angular, CommsManager::cleanUp(), Egomotion::data, Egomotion::getNextData(), CommsManager::getState(), EgomotionDataStruct::location, myManager, Egomotion::newData(), Capability::publishRequest(), CommsManager::registerConsumer(), RobotDrive::requests, CommsManager::runUpdate(), Writable::setValue(), WURDE::STATE_IDLE, WURDE::STATE_RUN, Pose::theta(), RobotDriveInfoStruct::trans, Pose::x(), and Pose::y().
CommsManager myManager("rFlexTester") |