Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ getValue
Method
getValue
include/DataGeneric.h:65–68 ·
view source on GitHub ↗
get elements */
Source
from the content-addressed store, hash-verified
63
64
/** get elements */
65
Vector getValue(const ElementEnum Element) const
66
{
67
return _Data.at(Element);
68
}
69
70
/** get pointers */
71
double* getDataPointer(const ElementEnum Element)
Callers
12
MaxAbsError
Function · 0.80
convertMeasurementToLocal
Method · 0.80
convertMeasurementToGlobal
Method · 0.80
getTimestamp
Method · 0.80
getMean
Method · 0.80
getCovarianceMatrix
Method · 0.80
getCovarianceDiagonal
Method · 0.80
setCovarianceDiagonal
Method · 0.80
PseudorangeFactorBase
Method · 0.80
PseudorangeSagnacFactorBase
Method · 0.80
OdometryFactor2DDifferential
Method · 0.80
RangeFactorBase
Method · 0.80
Calls
no outgoing calls
Tested by
1
MaxAbsError
Function · 0.64