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

Re-factor code into 'core' library #8

Open
chadrockey opened this issue Aug 14, 2013 · 1 comment
Open

Re-factor code into 'core' library #8

chadrockey opened this issue Aug 14, 2013 · 1 comment
Assignees

Comments

@chadrockey
Copy link
Member

Soon it would be good to re-factor the core functions out of each application and into a 'graft_core' library. I'm not sure how strict it will be, probably just helper functions on eigen matrices.

I probably won't do this until after I get a GPS example. I think that 'robot_pose_ekf', 'attitude', and 'GPS' should be enough examples to have a good idea of what the core library should look like.

@ghost ghost assigned chadrockey Aug 14, 2013
@mikeferguson
Copy link
Member

@trainman419 @chadrockey Just a heads up that I should have a pull request in a day or two that addresses most of this. Basically, after reviewing the code, 95% of it is shared among all three filters, and so I've implemented a GraftUKF class that is templated on SIZE, and then the velocity, attitude and altitude filters are template specializations.

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

No branches or pull requests

2 participants