Go to the documentation of this file.
27 #include <gtsam/dllexport.h>
95 Vector3 SO3::ChartAtOrigin::Local(
const SO3&
R, ChartJacobian
H);
101 #ifdef GTSAM_ENABLE_BOOST_SERIALIZATION
102 template <
class Archive>
104 void serialize(Archive& ar,
SO3&
R,
const unsigned int ) {
105 Matrix3&
M =
R.matrix_;
106 ar& boost::serialization::make_nvp(
"R11",
M(0, 0));
107 ar& boost::serialization::make_nvp(
"R12",
M(0, 1));
108 ar& boost::serialization::make_nvp(
"R13",
M(0, 2));
109 ar& boost::serialization::make_nvp(
"R21",
M(1, 0));
110 ar& boost::serialization::make_nvp(
"R22",
M(1, 1));
111 ar& boost::serialization::make_nvp(
"R23",
M(1, 2));
112 ar& boost::serialization::make_nvp(
"R31",
M(2, 0));
113 ar& boost::serialization::make_nvp(
"R32",
M(2, 1));
114 ar& boost::serialization::make_nvp(
"R33",
M(2, 2));
124 GTSAM_EXPORT Matrix3
compose(
const Matrix3&
M,
const SO3&
R,
125 OptionalJacobian<9, 9>
H = {});
156 void init(
bool nearZeroApprox =
false);
190 inline Matrix3
dexp()
const {
return rightJacobian(); }
199 inline Matrix3
invDexp()
const {
return rightJacobianInverse(); }
209 OptionalJacobian<3, 3> H2 = {})
const;
213 OptionalJacobian<3, 3> H2 = {})
const;
216 Vector3 applyLeftJacobian(
const Vector3&
v, OptionalJacobian<3, 3> H1 = {},
217 OptionalJacobian<3, 3> H2 = {})
const;
221 OptionalJacobian<3, 3> H1 = {},
222 OptionalJacobian<3, 3> H2 = {})
const;
N*N matrix representation of SO(N). N can be Eigen::Dynamic.
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy y set format x g set format y g set format x2 g set format y2 g set format z g set angles radians set nogrid set key title set key left top Right noreverse box linetype linewidth samplen spacing width set nolabel set noarrow set nologscale set logscale x set set pointsize set encoding default set nopolar set noparametric set set set set surface set nocontour set clabel set mapping cartesian set nohidden3d set cntrparam order set cntrparam linear set cntrparam levels auto set cntrparam points set size set set xzeroaxis lt lw set x2zeroaxis lt lw set yzeroaxis lt lw set y2zeroaxis lt lw set tics in set ticslevel set tics set mxtics default set mytics default set mx2tics default set my2tics default set xtics border mirror norotate autofreq set ytics border mirror norotate autofreq set ztics border nomirror norotate autofreq set nox2tics set noy2tics set timestamp bottom norotate set rrange[*:*] noreverse nowriteback set trange[*:*] noreverse nowriteback set urange[*:*] noreverse nowriteback set vrange[*:*] noreverse nowriteback set xlabel matrix size set x2label set timefmt d m y n H
static SO AxisAngle(const Vector3 &axis, double theta)
Constructor from axis and angle. Only defined for SO3.
static SO ChordalMean(const std::vector< SO > &rotations)
static MatrixNN Hat(const TangentVector &xi)
typedef and functions to augment Eigen's MatrixXd
Matrix3 rightJacobianInverse() const
Inverse of right Jacobian.
static MatrixDD ExpmapDerivative(const TangentVector &omega)
Derivative of Expmap, currently only defined for SO3.
static SO Expmap(const TangentVector &omega, ChartJacobian H={})
static MatrixDD LogmapDerivative(const TangentVector &omega)
Derivative of Logmap, currently only defined for SO3.
Both LieGroupTraits and Testable.
MatrixDD AdjointMap() const
Adjoint map.
detail::initimpl::constructor< Args... > init()
Binds an existing constructor taking arguments Args...
static TangentVector Logmap(const SO &R, ChartJacobian H={})
Matrix3 leftJacobian() const
Base class and basic functions for Lie types.
Matrix< Scalar, Dynamic, Dynamic > C
GTSAM_EXPORT Matrix99 Dcompose(const SO3 &Q)
(constant) Jacobian of compose wrpt M
Matrix3 rightJacobian() const
Array< int, Dynamic, 1 > v
static TangentVector Vee(const MatrixNN &X)
Inverse of Hat. See note about xi element order in Hat.
Matrix3 dexp() const
Differential of expmap == right Jacobian.
static SO ClosestTo(const MatrixNN &M)
Matrix3 invDexp() const
Synonym for rightJacobianInverse.
Matrix3 leftJacobianInverse() const
VectorN2 vec(OptionalJacobian< internal::NSquaredSO(N), dimension > H={}) const
Rot2 R(Rot2::fromAngle(0.1))
GTSAM_EXPORT Matrix3 compose(const Matrix3 &M, const SO3 &R, OptionalJacobian< 9, 9 > H)
Matrix< RealScalar, Dynamic, Dynamic > M
gtsam
Author(s):
autogenerated on Sun Dec 22 2024 04:13:28