Hello, I encountered difficulties while reproducing the experimental results. When adding localization noise, the lidar pose in v2v4real is a 4x4 matrix, which is different from opv2v, where it is a list of length 7. How can I correctly add Gaussian noise?
When performing pose transformation, a 4x4 affine matrix representing translation and rotation is used. You can add the relevant noise directly to this matrix.
Hello, I encountered difficulties while reproducing the experimental results. When adding localization noise, the lidar pose in v2v4real is a 4x4 matrix, which is different from opv2v, where it is a list of length 7. How can I correctly add Gaussian noise?