TurtleQUAD 2.0
Loading...
Searching...
No Matches
transform.hpp
Go to the documentation of this file.
1
6
11inline Matrix<Scalar, 6, 6> Ad() const {
12 return (Matrix<Scalar, 6, 6>() << linear(), Matrix<Scalar, 3, 3>::Zero(),
13 linear() * translation().asSkewSymmetric(), linear())
14 .finished();
15}
Matrix< Scalar, 6, 6 > Ad() const
SE(3) Adjoint matrix.
Definition transform.hpp:11