Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComputationalRobotics/XM-code
/ RotUpToAngle
Function
RotUpToAngle
deps/glomap/glomap/math/gravity.cc:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
double RotUpToAngle(const Eigen::Matrix3d& R_up) {
27
return RotationToAngleAxis(R_up)[1];
28
}
29
30
Eigen::Matrix3d AngleToRotUp(double angle) {
31
Eigen::Vector3d aa(0, angle, 0);
Callers
2
SetupLinearSystem
Method · 0.85
IdentifyErrorProneGravity
Method · 0.85
Calls
1
RotationToAngleAxis
Function · 0.85
Tested by
no test coverage detected