slambench icon indicating copy to clipboard operation
slambench copied to clipboard

Confusing or duplicate function in Sensor class

Open mihaibujanca opened this issue 4 years ago • 0 comments

Sensor inherits getName() from ParameterComponent but also defines its own sensor_name and implements GetName().

This is probably unnecessary, but I need to check the code properly. If it is necessary to have both, then GetName should be changed to GetSensorName

mihaibujanca avatar May 13 '20 18:05 mihaibujanca