You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 typefunctioninitfg(fgtype::DataType;
sessionname="NA",
robotname="",
username="",
cloudgraph=nothing)::AbstractDFG
fgtype <:AbstractDFG||@error"wrong type argument for initfg()"returnfgtype(params=SolverParams())
end
REF: JuliaRobotics/DistributedFactorGraphs.jl#67
The text was updated successfully, but these errors were encountered: