Go to the documentation of this file.
23 #include <gtsam/dllexport.h>
78 void print(
const std::string&
s =
"")
const;
80 GTSAM_EXPORT
friend std::ostream&
operator<<(std::ostream&
os,
145 static Vector7 Logmap(
const Similarity3&
s,
146 OptionalJacobian<7, 7> Hm = {});
150 static Similarity3
Expmap(
const Vector7&
v,
151 OptionalJacobian<7, 7> Hm = {});
173 static Matrix4
wedge(
const Vector7&
xi);
176 Matrix7 AdjointMap()
const;
195 inline static size_t Dim() {
return 7; }
198 inline size_t dim()
const {
return 7; }
206 #ifdef GTSAM_ENABLE_BOOST_SERIALIZATION
208 friend class boost::serialization::access;
209 template<
class Archive>
210 void serialize(Archive & ar,
const unsigned int ) {
211 ar & BOOST_SERIALIZATION_NVP(R_);
212 ar & BOOST_SERIALIZATION_NVP(t_);
213 ar & BOOST_SERIALIZATION_NVP(s_);
double scale() const
Return the scale.
static Vector7 Logmap(const Similarity3 &s, OptionalJacobian< 7, 7 > Hm={})
Matrix wedge(const Vector &x)
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 Matrix4 wedge(const Vector7 &xi)
std::vector< Point3Pair > Point3Pairs
const EIGEN_DEVICE_FUNC InverseReturnType inverse() const
std::ostream & operator<<(std::ostream &os, const Dih6 &m)
size_t dim() const
Dimensionality of tangent space = 7 DOF.
static Similarity3 Retract(const Vector7 &v, ChartJacobian H={})
bool operator==(const Matrix &A, const Matrix &B)
ofstream os("timeSchurFactors.csv")
Point2 operator*(double s, const Point2 &p)
multiply with scalar
3D rotation represented as a rotation matrix or quaternion
Pose2_ Expmap(const Vector3_ &xi)
void print(const Matrix &A, const string &s, ostream &stream)
Point3_ transformFrom(const Pose3_ &x, const Point3_ &p)
static size_t Dim()
Dimensionality of tangent space = 7 DOF - used to autodetect sizes.
Point3 translation() const
Return a GTSAM translation.
Both LieGroupTraits and Testable.
Rot3 is a 3D rotation represented as a rotation matrix if the preprocessor symbol GTSAM_USE_QUATERNIO...
Base class and basic functions for Manifold types.
static Vector7 Local(const Similarity3 &other, ChartJacobian H={})
std::vector< std::pair< Pose3, Pose3 > > Pose3Pairs
Map< Matrix< T, Dynamic, Dynamic, ColMajor >, 0, OuterStride<> > matrix(T *data, int rows, int cols, int stride)
Base class and basic functions for Lie types.
Rot3 rotation() const
Return a GTSAM rotation.
Array< int, Dynamic, 1 > v
static Similarity2 Align(const Point2Pairs &d_abPointPairs, const Rot2 &aRb, const Point2Pair ¢roids)
This method estimates the similarity transform from differences point pairs, given a known or estimat...
Similarity3 inverse(ChartJacobian H) const
Matrix wedge< Similarity3 >(const Vector &xi)
Rot2 R(Rot2::fromAngle(0.1))
static Similarity3 Expmap(const Vector7 &v, OptionalJacobian< 7, 7 > Hm={})
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:35:16