-
Notifications
You must be signed in to change notification settings - Fork 4
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
initial commit for factor graph diff experiments with diff_factors #69
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I will update file information comments, do clean up of EF methods adn etc and will remove redundant header includes where possible, but I have issues with headers in places where I do inheritance. In child class I need to include parent class header so the compiler can build object files for those classes. Linker works after all objects compiled - thus, compiler must know parent class declaration (method signature for example) to find them in corresponding parent object file.
…eigen_factor_diff class/ methods
e46dad3
to
4c00262
Compare
229b07f
to
a75dc25
Compare
FGraphDiff
module for experiments with differentiable factorsTODO list:
DiffFactor
factor1Pose2_diff
factor2Pose2_diff
FGraphDiff
FGraphDiffSolve
FGraphDiff
mrob/src/FGraphDiff/examples/example_solver_2d.cpp
- works with GN method/mrob/python_examples/FGraphDiff_2d.py
- works with GN method