TurtleQUAD
2.0
Loading...
Searching...
No Matches
transform.hpp
Go to the documentation of this file.
1
6
11
inline
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
}
Ad
Matrix< Scalar, 6, 6 > Ad() const
SE(3) Adjoint matrix.
Definition
transform.hpp:11
include
eigen_plugins
transform.hpp
Generated by
1.16.1