MRPT  2.0.1
test.cpp
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See: https://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 
10 #define LEVMARQ_EXAMPLE_VERBOSE
11 #include "LevMarqTest_impl.cpp"
12 
13 int main()
14 {
15  try
16  {
17  TestLevMarq();
18  return 0;
19  }
20  catch (const std::exception& e)
21  {
22  std::cerr << "MRPT error: " << mrpt::exception_to_str(e) << std::endl;
23  return -1;
24  }
25 }
void TestLevMarq()
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...
Definition: exceptions.cpp:59



Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020