35 cout <<
"GPS test application." << endl << endl;
39 cout <<
"Using configuration from './CONFIG_gps.ini'" << endl;
47 cout <<
"Enter the serial port name (e.g. COM1, ttyS0, ttyUSB0, " 49 getline(cin, serName);
53 cout <<
"Using serial port: " <<
SERIAL_NAME << endl;
68 CGenericSensor::TListObservations::iterator itObs;
73 std::this_thread::sleep_for(500ms);
79 printf(
"[Test_GPS] Waiting for data...\n");
83 for (itObs = lstObs.begin(); itObs != lstObs.end(); itObs++)
86 itObs->second->GetRuntimeClass() ==
107 catch (
const std::exception& e)
114 printf(
"Another exception!!");
A class capable of reading GPS/GNSS/GNSS+IMU receiver data, from a serial port or from any input stre...
int void fclose(FILE *f)
An OS-independent version of fclose.
This class allows loading and storing values and vectors of different types from ".ini" files easily.
bool fileExists(const std::string &fileName)
Test if a given file (or directory) exists.
Contains classes for various device interfaces.
void getObservations(TListObservations &lstObjects)
Returns a list of enqueued objects, emptying it (thread-safe).
#define ASSERT_(f)
Defines an assertion mechanism.
void doProcess() override
This method will be invoked at a minimum rate of "process_rate" (Hz)
#define CLASS_ID(T)
Access to runtime class ID for a defined class name.
This namespace contains representation of robot actions and observations.
string iniFile(myDataDir+string("benchmark-options.ini"))
void loadConfig(const mrpt::config::CConfigFileBase &configSource, const std::string §ion)
Loads the generic settings common to any sensor (See CGenericSensor), then call to "loadConfig_sensor...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
std::multimap< mrpt::system::TTimeStamp, mrpt::serialization::CSerializable::Ptr > TListObservations
void dumpToConsole(std::ostream &o) const
Dumps the contents of the observation in a human-readable form to an std::ostream (use std::cout to p...
bool kbhit() noexcept
An OS-independent version of kbhit, which returns true if a key has been pushed.
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...
FILE * fopen(const char *fileName, const char *mode) noexcept
An OS-independent version of fopen.
This class stores messages from GNSS or GNSS+IMU devices, from consumer-grade inexpensive GPS receive...
void setSerialPortName(const std::string &COM_port)
Set the serial port to use (COM1, ttyUSB0, etc).