Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skymarshal: Fix build for eigen >= 3.4
In eigen 3.4, matrix<> gets iterators, which means our previous method of distinguishing matrices from other iterables no longer works. Switch to using ::pointer, which exists for arrays and vectors but not eigen types as they're not guaranteed to have any particular layout. Existing lcm tests pass. GitOrigin-RevId: bc7b5233116d3ee8074cdfcbed22922859cf6902
- Loading branch information