17 cout << s << (s ==
"" ?
"" :
"\n");
18 cout <<
"OrientedPlane3Factor Factor (" << keyFormatter(key<1>()) <<
", " 19 << keyFormatter(key<2>()) <<
")\n";
20 measured_p_.print(
"Measured Plane");
21 this->noiseModel_->print(
" noise model: ");
28 Matrix36 predicted_H_pose;
29 Matrix33 predicted_H_plane, error_H_predicted;
32 H2 ? &predicted_H_plane :
nullptr, H1 ? &predicted_H_pose :
nullptr);
35 measured_p_, (H1 || H2) ? &error_H_predicted :
nullptr);
39 *H1 = error_H_predicted * predicted_H_pose;
42 *H2 = error_H_predicted * predicted_H_plane;
51 cout << s << (s ==
"" ?
"" :
"\n");
52 cout << s <<
"Prior Factor on " << keyFormatter(
key()) <<
"\n";
53 measured_p_.print(
"Measured Plane");
54 this->noiseModel_->print(
" noise model: ");
61 return e !=
nullptr && Base::equals(*e, tol)
62 && this->measured_p_.
equals(e->measured_p_, tol);
66 Vector OrientedPlane3DirectionPrior::evaluateError(
68 Unit3 n_hat_p = measured_p_.normal();
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
Represents an infinite plane in 3D, which is composed of a planar normal and its perpendicular distan...
Represents a 3D point on a unit sphere.
Matrix * OptionalMatrixType
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.
static const Pose3 pose(Rot3(Vector3(1, -1, -1).asDiagonal()), Point3(0, 0, 0.5))
Unit3 normal(OptionalJacobian< 2, 3 > H={}) const
Return the normal.
OrientedPlane3 transform(const Pose3 &xr, OptionalJacobian< 3, 3 > Hp={}, OptionalJacobian< 3, 6 > Hr={}) const
Vector2 error(const Unit3 &q, OptionalJacobian< 2, 2 > H_q={}) const
static const Eigen::MatrixBase< Vector2 >::ConstantReturnType Z_2x1
bool equals(const This &other, double tol=1e-9) const
check equality
Vector3 errorVector(const OrientedPlane3 &other, OptionalJacobian< 3, 3 > H1={}, OptionalJacobian< 3, 3 > H2={}) const