#include <sba.h>
| Public Member Functions | |
| double | calcErr (const Node &nd0, const Node &nd1, double alpha) | 
| calculates projection error and stores it in <err>  More... | |
| void | setJacobians (std::vector< Node, Eigen::aligned_allocator< Node > > &nodes) | 
| jacobians are computed from (ti - tj)^2 - a*kij = 0  More... | |
| Public Attributes | |
| double | err | 
| error  More... | |
| bool | isValid | 
| valid or not (could be out of bounds)  More... | |
| Eigen::Vector3d | J0 | 
| Eigen::Vector3d | J1 | 
| double | ks | 
| Scale factor for this constraint.  More... | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW int | nd0 | 
| Reference pose index.  More... | |
| int | nd1 | 
| Node index for the second node.  More... | |
| int | sv | 
| Scale variable index.  More... | |
| double | w | 
| Weight for this constraint.  More... | |
CONSCALE holds a constraint measurement on the scale of a pose-pose constraint, in a scale group
| bool sba::ConScale::isValid | 
| Eigen::Vector3d sba::ConScale::J0 | 
| Eigen::Vector3d sba::ConScale::J1 | 
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW int sba::ConScale::nd0 |