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

Three-robot version of the VINS-based EKF #30

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

shalabymhd
Copy link
Member

This is quite similar to the previous PR, but is a bit more complicated as I now consider the 3-robot experiments, which means I have to add the tag-to-tag measurements. You will notice that there is a lot of overlap between the 1-robot EKF and the 3-robot EKF, but this is on purpose to reduce abstracting things and confusing users.

Also, I moved what previous was a StateHistory class to have two general MatrixStateHistory and VectorStateHistory classes, and each EKF now has its own implementation of the EvaluateEKF class to further reduce abstractions.

@shalabymhd
Copy link
Member Author

if you have any suggestions on how to merge some of the methods of the two EKFs without increasing complexity/abstraction lmk. That would also benefit the IMU EKF

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