Skip to content

Matrix size mismatch in 6DoF mode #1

@AlexMcLellanIndra

Description

@AlexMcLellanIndra

Hi,
I've run the demo app, but it crashes for me in 6DoF mode. I debugged into the app to see what the issue is and it seems that the ejml library is throwing an exception due to matrix size mismatch. This happens in DataAccum:: avgyro(DenseMatrix64F out) when called from Kalman::sys_bd_dcm (...). The out value has been initialised in the Kalman class as a 3x3 matrix but the avgyro method is expecting a 3x1 matrix.

Alex.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions