Skip to content

Commit 3218786

Browse files
authored
Merge pull request #817 from JuliaRobotics/21Q4/ups/abstractmanifoldmin
upstream AbstractManifoldMinimize
2 parents 39a1dd4 + c3734bb commit 3218786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/entities/DFGFactor.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ abstract type AbstractPrior <: AbstractFactor end
1313
abstract type AbstractRelative <: AbstractFactor end
1414
abstract type AbstractRelativeRoots <: AbstractRelative end
1515
abstract type AbstractRelativeMinimize <: AbstractRelative end
16+
abstract type AbstractManifoldMinimize <: AbstractRelative end # FIXME move here from IIF
1617

1718
# NOTE DF, Convolution is IIF idea, but DFG should know about "FactorOperationalMemory"
1819
# DF, IIF.CommonConvWrapper <: FactorOperationalMemory #

0 commit comments

Comments
 (0)