Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / sonar / mainpage.dox @ 85538662

History | View | Annotate | Download (707 Bytes)

1
/**
2
\mainpage
3
\htmlinclude manifest.html
4

    
5
\b The sonar node manages the readings and motion of the sonar sensor. The
6
sonar works by constantly scanning, and publishing the distance readings
7
into a ros topic viewable by other nodes.
8

    
9
\section codeapi Code API
10

    
11
<!--
12
Provide links to specific auto-generated API documentation within your
13
package that is of particular interest to a reader. Doxygen will
14
document pretty much every part of your code, so do your best here to
15
point the reader to the actual API.
16

    
17
If your codebase is fairly large or has different sets of APIs, you
18
should use the doxygen 'group' tag to keep these APIs together. For
19
example, the roscpp documentation has 'libros' group.
20
-->
21

    
22

    
23
*/