sensorreading.cpp
Go to the documentation of this file.
2 
3 namespace GMapping{
4 
5 SensorReading::SensorReading(const Sensor* s, double t){
6  m_sensor=s;
7  m_time=t;
8 }
9 
10 
12 }
13 
14 };
15 
SensorReading(const Sensor *s=0, double time=0)
const Sensor * m_sensor
Definition: sensorreading.h:16


openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22