Skip to content
Snippets Groups Projects

TrkMeasurementUpdator: Fix eigen matrix initialization.

  1. Jul 22, 2019
    • scott snyder's avatar
      TrkMeasurementUpdator: Fix eigen matrix initialization. · 5157725a
      scott snyder authored
      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.
      5157725a
Loading