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

Store msclInternalNode as a std::unique_ptr<mscl::InertialNode> #16

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

allenh1
Copy link

@allenh1 allenh1 commented Aug 9, 2020

Store the mscl::InertialNode as a std::unique_ptr, and remove unused variable from diagnostic updater

Signed-off-by: Hunter L. Allen hunter.allen@ghostrobotics.io


The original implementation makes a pointer to a stack object which it uses throughout the class. It's probably safer to heap allocate the node and store it as a std::unique_ptr.

…variable from diagnostic updater

Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>
@rdslord rdslord merged commit d002dab into LORD-MicroStrain:master Aug 10, 2020
@allenh1 allenh1 deleted the store-mscl-as-unique-ptr branch August 10, 2020 15:05
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.

None yet

2 participants