MCPcopy 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
26double RotUpToAngle(const Eigen::Matrix3d& R_up) {
27 return RotationToAngleAxis(R_up)[1];
28}
29
30Eigen::Matrix3d AngleToRotUp(double angle) {
31 Eigen::Vector3d aa(0, angle, 0);

Callers 2

SetupLinearSystemMethod · 0.85

Calls 1

RotationToAngleAxisFunction · 0.85

Tested by

no test coverage detected