32 Vector e = nZ_.error(nRef, D_e_nRef);
34 (*H) = D_e_nRef * D_nRef_R;
37 Unit3 nRef = nRb * bRef_;
38 return nZ_.error(nRef);
45 cout << (s.empty() ?
"" : s +
" ") <<
"Rot3AttitudeFactor on " 46 << keyFormatter(this->
key()) <<
"\n";
47 nZ_.print(
" measured direction in nav frame: ");
48 bRef_.print(
" reference direction in body frame: ");
49 this->noiseModel_->print(
" noise model: ");
56 return e !=
nullptr && Base::equals(*e, tol) && this->nZ_.
equals(e->nZ_, tol)
57 && this->bRef_.equals(e->bRef_, tol);
63 cout << s <<
"Pose3AttitudeFactor on " << keyFormatter(this->
key()) <<
"\n";
64 nZ_.print(
" measured direction in nav frame: ");
65 bRef_.print(
" reference direction in body frame: ");
66 this->noiseModel_->print(
" noise model: ");
73 return e !=
nullptr && Base::equals(*e, tol) && this->nZ_.
equals(e->nZ_, tol)
74 && this->bRef_.equals(e->bRef_, tol);
const gtsam::Symbol key('X', 0)
EIGEN_STRONG_INLINE Packet4f print(const Packet4f &a)
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
Rot3 is a 3D rotation represented as a rotation matrix if the preprocessor symbol GTSAM_USE_QUATERNIO...
Represents a 3D point on a unit sphere.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
Header file for Attitude factor.
Point3 rotate(const Point3 &p, OptionalJacobian< 3, 3 > H1={}, OptionalJacobian< 3, 3 > H2={}) const
bool equals(const This &other, double tol=1e-9) const
check equality