Closed oenzan closed 10 months ago
Can you validate that this solves your issue (ie did you do some testing after this most recent change)?
Can you validate that this solves your issue (ie did you do some testing after this most recent change)?
It works but i did not use merge_maps_kinematic. I wrote a service that rotate map when saving it. i just copy MergeMapsKinematic::transformScan and MergeMapsKinematic::applyCorrection and transform every scan with specified angle.
Basic Info
To rotate the bounding box correctly, 4 points are needed. BoundingBox::GetMinimum() gives the lower left point and BoundingBox2::GetMaximum() gives the upper right point. When they are rotated and set to minimum and maximum again, the information from top left and bottom right is lost.