/** * @file Errors.cpp * @brief Factor Graph Configuration * @brief Errors * @author Carlos Nieto * @author Christian Potthast */ #include #include "Errors.h" using namespace std; namespace gtsam { /* ************************************************************************* */ void Errors::print(const std::string& s) const { odprintf("%s:\n", s.c_str()); for (size_t i=0;i