Parameters reversed in SensorToGroundMapping constructor

The single parameter constructor SensorToGroundMapping(final String sensorName)
calls the two parameters constructor SensorToGroundMapping(final String ruggedName, final String sensorName)
with parameters reversed.

The first parameter should be the name of the rugged instance, not the sensor name.

(from redmine: issue id 371, created on 2017-12-21)