NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
sparse_mapping::TranslationRotationScaleFittingFunctor Struct Reference

Public Types

typedef Eigen::Affine3d result_type
 

Public Member Functions

size_t min_elements_needed_for_fit () const
 A transformation requires 3 inputs and 3 outputs to make a fit. More...
 
result_type operator() (std::vector< Eigen::Vector3d > const &in_vec, std::vector< Eigen::Vector3d > const &out_vec) const
 

Member Typedef Documentation

◆ result_type

Member Function Documentation

◆ min_elements_needed_for_fit()

size_t sparse_mapping::TranslationRotationScaleFittingFunctor::min_elements_needed_for_fit ( ) const
inline

A transformation requires 3 inputs and 3 outputs to make a fit.

◆ operator()()

result_type sparse_mapping::TranslationRotationScaleFittingFunctor::operator() ( std::vector< Eigen::Vector3d > const &  in_vec,
std::vector< Eigen::Vector3d > const &  out_vec 
) const
inline

The documentation for this struct was generated from the following file: