CalibrationDataInterface: remove unnecessary mutables
Some of the mutables where only needed because the wrong std::map
lookup was used ([]
vs at
).
Some of the mutables where only needed because the wrong std::map
lookup was used ([]
vs at
).