Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix object export null ref #72

Merged
merged 1 commit into from
Aug 1, 2019
Merged

Conversation

Extent421
Copy link
Contributor

AsRowMajorArray() seems to return null when the source array is natively column major, causing a nullref exception with any object export. ToRowMajorArray() forces the creation of the converted output array. Fixes issue #68

@garaemon
Copy link

We had the same issue and this patch solved it.

@brawner brawner merged commit e9bbc25 into ros:master Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants