Closed bhung-bdai closed 1 year ago
I've went ahead and added two tests, confirming they both work with the locally built package.
For posterity, the reason for this change was that you could invoke the SE3 constructor as so SE3(1.0, 0.0)
and get uninitialized values for the internal data.
Decided not to assign default args in the event of something like (x, y) being passed in because default values aren't specified