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

Thread issue fixes, reset vins fixes #30

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

mpkuse
Copy link
Member

@mpkuse mpkuse commented Mar 27, 2019

Summary of my changes which don't affect the core functionality :
a. The current implementation doesn't join the threads which potentially creates orphan threads. I have fixed this, see changes in rosTest.cpp
b. Implemented and verified vins reset mechanism. vins_estimator subscribes to Bool message and if that bool is false vins_estimator is switched off. Look at the comments in rosTest.cpp/rcvd_inputs_callback(). Also look at comments in other callbacks.

Changes that affect core functionality
c. image equalization see vins_estimator/src/featureTracker/feature_tracker.cpp

@mpkuse mpkuse requested a review from qintonguav June 24, 2019 10:02
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.

1 participant