WOLF_SENSOR_CREATE ExtinsicsSize depending on problem's dimension
The macro WOLF_SENSOR_CREATE defined in sensor_base.h requires the ExtrinsicsSize to be known at compile time. Depending on the problem's dimension the extrinsics have different size. The current implementation forces us to implement 2 different classes for the same sensor corresponding to the 2D and 3D cases.