Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ addState
Method
addState
src/FactorGraph.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void FactorGraph::addState(string Name, DataType Type, double Timestamp)
70
{
71
Data Element(Type, Timestamp);
72
addState(Name, Element);
73
}
74
75
void FactorGraph::addState(string Name, Data &Element)
76
{
Callers
15
addStateWithCheck
Method · 0.95
InitGraph
Function · 0.80
CreateGraphAndSolve
Function · 0.80
CreateGraphAndSolve
Function · 0.80
CreateGraphAndSolve
Function · 0.80
InitGraph
Function · 0.80
CreateGraphAndSolve
Function · 0.80
InitGraph
Function · 0.80
main
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
8
getTimestamp
Method · 0.80
countElement
Method · 0.80
getMeanPointer
Method · 0.80
getElement
Method · 0.80
addElement
Method · 0.45
getMean
Method · 0.45
getType
Method · 0.45
setMean
Method · 0.45
Tested by
4
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64