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

TableFactor Serialization #1961

Merged
merged 4 commits into from
Jan 3, 2025
Merged

TableFactor Serialization #1961

merged 4 commits into from
Jan 3, 2025

Conversation

varunagrawal
Copy link
Collaborator

Add support for serializing TableFactor.

The key change here is adding a custom serialize method for Eigen::SparseVector. I had tried using a generic Eigen::SparseMatrix serialization method, but for some reason it is not getting picked up as a type match.

@varunagrawal varunagrawal requested a review from dellaert January 3, 2025 18:17
@varunagrawal varunagrawal self-assigned this Jan 3, 2025
Copy link
Member

@dellaert dellaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@varunagrawal varunagrawal merged commit e9e52ad into develop Jan 3, 2025
33 checks passed
@varunagrawal varunagrawal deleted the serialize-tablefactor branch January 3, 2025 19:42
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.

2 participants