Skip to content
Snippets Groups Projects

TrkMeasurementUpdator: Fix eigen matrix initialization.

Initializing an eigen matrix from a scalar can result in a dimension mismatch assertion failure; the array here is 1x1, and a scalar is treated as dimension 0. Move the setting of the matrix element to an assignment, rather than in the constructor, to resolve this.

Merge request reports

Pipeline #990856 passed

Pipeline passed for 5157725a on ssnyder:matrixInit.TrkMeasurementUpdator-20190722

Approval is optional

Merged by Frank WinklmeierFrank Winklmeier 5 years ago (Jul 22, 2019 8:51am UTC)

Merge details

  • Changes merged into master with b2ca185e.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading