00001 /*--------------------------------------------------------------- 00002 FILE: mainPage_doc.h 00003 USE: This file contains just documentation information. 00004 00005 ISA - Universidad de Malaga - http://www.isa.uma.es 00006 ---------------------------------------------------------------*/ 00007 00008 /** \mainpage The Mobile Robot Programming Toolkit (MRPT) 00009 * 00010 00011 <div align=center > 00012 <b>Version: 0.9.5 SVN:</b> <br> 00013 </div> 00014 <hr> 00015 00016 <br> 00017 00018 <a name=intro> 00019 <h2>Introduction</h2> 00020 00021 This is the home of the MRPT C++ library documentation generated by Doxygen. 00022 See the <a href=changelog.html > CHANGELOG </a> for this release. 00023 </p> 00024 00025 You can browse the complete list of classes <a href=annotated.html >here</a>, or use the tabs on the top of this page for looking for a specific namespace, 00026 hierarchy of classes, etc. 00027 00028 This reference documentation is complementary to the <a href=http://www.mrpt.org/The_MRPT_book/ >MRPT book</a> available for download at the main web site. 00029 00030 00031 <br> 00032 <a name=libs> 00033 <h2>Libraries / Modules</h2> 00034 00035 Click on a library name to see a summary of its contents (those marked as (*) are experimental libraries), 00036 or <b>explore the</b> <a href=modules.html ><b>complete list</b></a> <b>of modules</b>. 00037 Read also <a href=http://www.mrpt.org/Libraries_tree_layout >the guide</a> to write new MRPT libraries. 00038 00039 00040 <div align=center > 00041 \dot 00042 digraph MRPT_LIBS { 00043 00044 node [shape=box,style=filled, fillcolor="#D0D0D0",fontsize=12]; 00045 00046 base [label="mrpt-base",URL="group__mrpt__base__grp.html"]; 00047 graphs [label="mrpt-graphs",URL="group__mrpt__graphs__grp.html"]; 00048 bayes [label="mrpt-bayes",URL="group__mrpt__bayes__grp.html"]; 00049 opengl [label="mrpt-opengl", URL="group__mrpt__opengl__grp.html"]; 00050 gui [label="mrpt-gui",URL="group__mrpt__gui__grp.html"]; 00051 obs [label="mrpt-obs",URL="group__mrpt__obs__grp.html"]; 00052 hwdrivers [label="mrpt-hwdrivers",URL="group__mrpt__hwdrivers__grp.html"]; 00053 topography [label="mrpt-topography",URL="group__mrpt__topography__grp.html"]; 00054 maps [label="mrpt-maps",URL="group__mrpt__maps__grp.html"]; 00055 vision [label="mrpt-vision",URL="group__mrpt__vision__grp.html"]; 00056 scanmatching [label="mrpt-scanmatching",URL="group__mrpt__scanmatching__grp.html"]; 00057 00058 slam [label="mrpt-slam",URL="group__mrpt__slam__grp.html"]; 00059 graphslam [label="mrpt-graphslam",URL="group__mrpt__graphslam__grp.html"]; 00060 00061 hmtslam [label="mrpt-hmtslam",URL="group__mrpt__hmtslam__grp.html"]; 00062 reactivenav [label="mrpt-reactivenav",URL="group__mrpt__reactivenav__grp.html"]; 00063 stereoslam [label="mrpt-stereoslam (*)",URL="group__mrpt__stereoslam__grp.html"]; 00064 00065 detectors [label="mrpt-detectors",URL="group__mrpt__detectors__grp.html"]; 00066 00067 graphs -> base; 00068 scanmatching -> base; 00069 00070 bayes -> base; 00071 00072 opengl -> base; 00073 00074 obs -> opengl; 00075 00076 gui -> opengl; 00077 00078 hwdrivers -> gui; 00079 hwdrivers -> obs; 00080 00081 topography -> obs; 00082 topography -> scanmatching; 00083 00084 vision -> obs; 00085 00086 maps -> obs; 00087 00088 slam -> maps; 00089 slam -> vision; 00090 slam -> scanmatching; 00091 slam -> bayes; 00092 slam -> graphs; 00093 00094 graphslam -> slam; 00095 00096 detectors -> vision; 00097 detectors -> maps; 00098 detectors -> gui; 00099 00100 hmtslam -> slam; 00101 00102 00103 stereoslam -> vision; 00104 00105 reactivenav -> maps; 00106 reactivenav -> graphs; 00107 } 00108 00109 \enddot 00110 </div> 00111 00112 <br><a name=dependencies> 00113 <h2>Dependencies</h2> 00114 00115 Check out <a href=dependencies.html >this page</a> to find out what are needed for each of the MRPT build dependencies (opencv, wxWidgets,...) 00116 to decide if you need them for your applications. 00117 00118 00119 00120 <br><a name=perf> 00121 <h2>Performance benchmarks</h2> 00122 00123 Extensive performance tests are automated by means of the application mrpt-performance. 00124 To see the results on different platforms, as well as a comparison between different 00125 compilers and platforms, see the <a href=perf-html/index.html> performance page</a>. 00126 00127 00128 */ 00129 00130 00131
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |