|  | 
| Eigen::Matrix< double, 6, 1 > | err | 
|  | error  More... 
 | 
|  | 
| bool | isValid | 
|  | valid or not (could be out of bounds)  More... 
 | 
|  | 
| Eigen::Matrix< double, 6, 6 > | J0 | 
|  | jacobian with respect to frames; uses dR'/dq from Node calculation  More... 
 | 
|  | 
| Eigen::Matrix< double, 6, 6 > | J0t | 
|  | 
| Eigen::Matrix< double, 6, 6 > | J1 | 
|  | 
| Eigen::Matrix< double, 6, 6 > | J1t | 
|  | 
| int | nd1 | 
|  | Node index for the second node.  More... 
 | 
|  | 
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW int | ndr | 
|  | Reference pose index.  More... 
 | 
|  | 
| Eigen::Matrix< double, 6, 6 > | prec | 
|  | 
| Eigen::Quaternion< double > | qpmean | 
|  | 
| Eigen::Vector3d | tmean | 
|  | Mean vector, quaternion (inverse) and precision matrix for this constraint.  More... 
 | 
|  | 
CONP2 holds a constraint measurement of a pose to a pose. They are a repository for links between poses within a frame, with aux info such as jacobians 
Definition at line 297 of file sba.h.
      
        
          | void sba::ConP2::setJacobians | ( | std::vector< Node, Eigen::aligned_allocator< Node > > & | nodes | ) |  | 
      
 
dpc/dq = dR'/dq [pw-t], in homogeneous form, with q a quaternion paramdpc/dx = -R' * [1 0 0]', in homogeneous form, with x a translation paramd(px/pz)/du = [ pz dpx/du - px dpz/du ] / pz^2, works for all variables 
Definition at line 221 of file spa.cpp.