slambench
slambench copied to clipboard
Confusing or duplicate function in Sensor class
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