MRPT  2.0.3
Macros
CObservationIMU.cpp File Reference
#include "obs-precomp.h"
#include <mrpt/math/CVectorDynamic.h>
#include <mrpt/obs/CObservationIMU.h>
#include <mrpt/serialization/CArchive.h>

Go to the source code of this file.

Macros

#define DUMP_IMU_DATA(x)
 

Macro Definition Documentation

◆ DUMP_IMU_DATA

#define DUMP_IMU_DATA (   x)
Value:
o << format("%15s = ", #x); \
if (dataIsPresent[x]) \
o << format("%10f %s\n", rawMeasurements[x], imu_units[x]); \
else \
o << "(not present)\n";
mrpt::format
std::string std::string format(std::string_view fmt, ARGS &&... args)
Definition: format.h:26



Page generated by Doxygen 1.8.17 for MRPT 2.0.3 at Fri May 29 13:06:46 UTC 2020