-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
StateTypeThe type of the state estimate in variables, eg. Pose2 This used to be called softtype (#603)The type of the state estimate in variables, eg. Pose2 This used to be called softtype (#603)design pattern
Milestone
Description
Softtype is now a singleton type and to avoid confusion we have to decide whether it will be used as an instance or a type.
for example:
getManifolds(::Type{Pose2}) vs getManifolds(::Pose2)
For compatibility, I used an instance where @dehann used type getManifolds(vartype::Type{LinearConditional}) = (:Euclid,)
It doesn't seem to make a performance difference.
Metadata
Metadata
Assignees
Labels
StateTypeThe type of the state estimate in variables, eg. Pose2 This used to be called softtype (#603)The type of the state estimate in variables, eg. Pose2 This used to be called softtype (#603)design pattern