#include <iostream>
#include <stdint.h>
#include <boost/interprocess/sync/interprocess_mutex.hpp>
#include <mrpt/version.h>
#include <mrpt/obs/CRawlog.h>
#include <mrpt/obs/CActionRobotMovement2D.h>
#include <mrpt/obs/CObservationOdometry.h>
#include <mrpt/obs/CObservation2DRangeScan.h>
#include <mrpt/obs/CObservationBearingRange.h>
#include <mrpt/obs/CObservationBeaconRanges.h>
#include <mrpt/poses/CPose2D.h>
#include <mrpt_bridge/mrpt_log_macros.h>
#include <mrpt_rawlog_record/rawlog_record_defaults.h>
Go to the source code of this file.
Classes | |
struct | RawlogRecord::Parameters |
class | RawlogRecord |