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

enh api on defVariable and typeModName #806

Merged
merged 2 commits into from
Oct 15, 2021
Merged

Conversation

dehann
Copy link
Member

@dehann dehann commented Oct 15, 2021

No description provided.

@dehann dehann self-assigned this Oct 15, 2021
@dehann dehann added this to the v0.16.1 milestone Oct 15, 2021
@dehann dehann added API manifolds VariableType This used to be called softtype (#603) serialization labels Oct 15, 2021
@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

Merging #806 (f711363) into master (207abc5) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #806      +/-   ##
==========================================
- Coverage   76.27%   76.21%   -0.06%     
==========================================
  Files          31       31              
  Lines        2752     2754       +2     
==========================================
  Hits         2099     2099              
- Misses        653      655       +2     
Impacted Files Coverage Δ
src/services/DFGVariable.jl 74.52% <0.00%> (-0.36%) ⬇️
src/services/Serialization.jl 71.84% <0.00%> (-0.36%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d89bad...f711363. Read the comment docs.

dehann added a commit to JuliaRobotics/IncrementalInference.jl that referenced this pull request Oct 15, 2021
@dehann dehann merged commit 94fcd59 into master Oct 15, 2021
@@ -102,6 +102,8 @@ macro defVariable(structname, manifold, point_identity)

DFG.getPointIdentity(::Type{$structname}) = $point_identity

DFG.getVariableType(::typeof($manifold)) = $structname
Copy link
Member

Choose a reason for hiding this comment

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

@dehann, this is a bug, what was the intention here?

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

Successfully merging this pull request may close these issues.

2 participants