Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

EKF add estimator namespace and cleanup whitespace #643

Closed
wants to merge 2 commits into from
Closed

Conversation

dagar
Copy link
Member

@dagar dagar commented Sep 18, 2019

Namespace and minor whitespace changes from #613.

@dagar dagar added the ekf label Sep 18, 2019
Copy link
Member

@bresch bresch left a comment

Choose a reason for hiding this comment

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

I like it.

EKF/covariance.cpp Outdated Show resolved Hide resolved
@dagar
Copy link
Member Author

dagar commented Oct 2, 2019

Looks like the python testing needs to be updated to work with the namespace.

@priseborough
Copy link
Collaborator

@dagar for dummies like me can you explain the benefit of the namespace change? TXS :)

@jkflying
Copy link
Contributor

jkflying commented Oct 18, 2019

can you explain the benefit of the namespace change? TXS :)

The idea is that if someone else has a free-standing method or a class with the same name, it won't collide. This would let us add an estimator::Filter as well as mavlink::Filter in the same compiled binary for example.

@kamilritz
Copy link
Contributor

@dagar The python tests and the swig library are now removed. Getting this in should be easier now. Would be cool if you could pick this up again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants