Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComputationalRobotics/XM-code
/ AngleToRotUp
Function
AngleToRotUp
deps/glomap/glomap/math/gravity.cc:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
Eigen::Matrix3d AngleToRotUp(double angle) {
31
Eigen::Vector3d aa(0, angle, 0);
32
return AngleAxisToRotation(aa);
33
}
34
} // namespace glomap
Callers
3
EstimateRotations
Method · 0.85
ComputeResiduals
Method · 0.85
IdentifyErrorProneGravity
Method · 0.85
Calls
1
AngleAxisToRotation
Function · 0.85
Tested by
no test coverage detected