SensorMeasurement constructor
      
      SensorMeasurement(
    
- SensorType type,
 - Vector3d values,
 - int time
 
@brief Default constructor
Implementation
SensorMeasurement(this.type, this.values, this.time);