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: sensoreading.h:16


openslam_gmapping
Author(s): Cyrill Stachniss, Udo Frese, Giorgio Grisetti, Wolfram Burgard
autogenerated on Mon Feb 28 2022 22:59:20