Main MRPT website > C++ reference
MRPT logo
mainPage_doc.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------
2  FILE: mainPage_doc.h
3  USE: This file contains just documentation information.
4 
5  ISA - Universidad de Malaga - http://www.isa.uma.es
6  ---------------------------------------------------------------*/
7 
8 /** \mainpage The Mobile Robot Programming Toolkit (MRPT)
9  *
10 
11 <div align=center >
12  <b>Version: 0.9.6 SVN:</b> <br>
13 </div>
14 <hr>
15 
16 <br>
17 
18 <a name=intro>
19 <h2>Introduction</h2>
20 
21 This is the home of the MRPT C++ library documentation generated by Doxygen.
22 See the <a href=changelog.html > CHANGELOG </a> for this release.
23 </p>
24 
25 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,
26 hierarchy of classes, etc.
27 
28 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.
29 
30 
31 <br>
32 <a name=libs>
33 <h2>Libraries / Modules</h2>
34 
35 Click on a library name to see a summary of its contents (those marked as (*) are experimental libraries),
36 or <b>explore the</b> <a href=modules.html ><b>complete list</b></a> <b>of modules</b>.
37 Read also <a href=http://www.mrpt.org/Libraries_tree_layout >the guide</a> to write new MRPT libraries.
38 
39 
40 <div align=center >
41 \dot
42 digraph MRPT_LIBS {
43 
44  node [shape=box,style=filled, fillcolor="#D0D0D0",fontsize=12];
45 
46  base [label="mrpt-base",URL="group__mrpt__base__grp.html"];
47  graphs [label="mrpt-graphs",URL="group__mrpt__graphs__grp.html"];
48  bayes [label="mrpt-bayes",URL="group__mrpt__bayes__grp.html"];
49  opengl [label="mrpt-opengl", URL="group__mrpt__opengl__grp.html"];
50  gui [label="mrpt-gui",URL="group__mrpt__gui__grp.html"];
51  obs [label="mrpt-obs",URL="group__mrpt__obs__grp.html"];
52  hwdrivers [label="mrpt-hwdrivers",URL="group__mrpt__hwdrivers__grp.html"];
53  topography [label="mrpt-topography",URL="group__mrpt__topography__grp.html"];
54  maps [label="mrpt-maps",URL="group__mrpt__maps__grp.html"];
55  vision [label="mrpt-vision",URL="group__mrpt__vision__grp.html"];
56  scanmatching [label="mrpt-scanmatching",URL="group__mrpt__scanmatching__grp.html"];
57 
58  slam [label="mrpt-slam",URL="group__mrpt__slam__grp.html"];
59  graphslam [label="mrpt-graphslam",URL="group__mrpt__graphslam__grp.html"];
60 
61  hmtslam [label="mrpt-hmtslam",URL="group__mrpt__hmtslam__grp.html"];
62  reactivenav [label="mrpt-reactivenav",URL="group__mrpt__reactivenav__grp.html"];
63  stereoslam [label="mrpt-stereoslam (*)",URL="group__mrpt__stereoslam__grp.html"];
64 
65  detectors [label="mrpt-detectors",URL="group__mrpt__detectors__grp.html"];
66 
67  graphs -> base;
68  scanmatching -> base;
69 
70  bayes -> base;
71 
72  opengl -> base;
73 
74  obs -> opengl;
75 
76  gui -> opengl;
77 
78  hwdrivers -> gui;
79  hwdrivers -> obs;
80 
81  topography -> obs;
82  topography -> scanmatching;
83 
84  vision -> obs;
85 
86  maps -> obs;
87 
88  slam -> maps;
89  slam -> vision;
90  slam -> scanmatching;
91  slam -> bayes;
92  slam -> graphs;
93 
94  graphslam -> slam;
95 
96  detectors -> vision;
97  detectors -> maps;
98  detectors -> gui;
99 
100  hmtslam -> slam;
101  hmtslam -> graphslam;
102 
103 
104  stereoslam -> vision;
105 
106  reactivenav -> maps;
107  reactivenav -> graphs;
108 }
109 
110 \enddot
111 </div>
112 
113 <br><a name=dependencies>
114 <h2>Dependencies</h2>
115 
116 Check out <a href=dependencies.html >this page</a> to find out what are needed for each of the MRPT build dependencies (opencv, wxWidgets,...)
117 to decide if you need them for your applications.
118 
119 
120 
121 <br><a name=perf>
122 <h2>Performance benchmarks</h2>
123 
124 Extensive performance tests are automated by means of the application mrpt-performance.
125 To see the results on different platforms, as well as a comparison between different
126 compilers and platforms, see the <a href=perf-html/index.html> performance page</a>.
127 
128 
129 */
130 
131 
132 



Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013