MCPcopy 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
30Eigen::Matrix3d AngleToRotUp(double angle) {
31 Eigen::Vector3d aa(0, angle, 0);
32 return AngleAxisToRotation(aa);
33}
34} // namespace glomap

Callers 3

EstimateRotationsMethod · 0.85
ComputeResidualsMethod · 0.85

Calls 1

AngleAxisToRotationFunction · 0.85

Tested by

no test coverage detected