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

Support LightDFG for solving #368

Closed
GearsAD opened this issue Aug 5, 2019 · 3 comments
Closed

Support LightDFG for solving #368

GearsAD opened this issue Aug 5, 2019 · 3 comments
Milestone

Comments

@GearsAD
Copy link
Collaborator

GearsAD commented Aug 5, 2019

REF: JuliaRobotics/DistributedFactorGraphs.jl#67

@Affie
Copy link
Member

Affie commented Aug 5, 2019

@GearsAD it looks like it runs a lot deeper, I'll need to complete a course in IIF to fix.

got this so far to init with the same type :-)

#init an empty fg with a provided type
function initfg(fgtype::DataType;
                 sessionname="NA",
                 robotname="",
                 username="",
                 cloudgraph=nothing)::AbstractDFG

  fgtype <: AbstractDFG || @error "wrong type argument for initfg()"

  return fgtype(params=SolverParams())
end

in the mean time, this seems to fix it for now JuliaRobotics/DistributedFactorGraphs.jl#73
with IIF fix #367

@dehann
Copy link
Member

dehann commented Aug 6, 2019

Take this as lecture 1, intro into IIF

@dehann dehann added this to the v0.9.x milestone Aug 20, 2019
@dehann
Copy link
Member

dehann commented Aug 20, 2019

related to #364

@dehann dehann modified the milestones: v0.9.x, v0.8.x Aug 20, 2019
@dehann dehann changed the title Support LightGraphsDFG for solving Support LightDFG for solving Jan 16, 2020
@dehann dehann modified the milestones: v0.8.x, v0.8.0 Feb 17, 2020
@dehann dehann closed this as completed Feb 17, 2020
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

3 participants