|
Project: visodo License: BSD Dependencies:
Used by:
None |
visodo DocumentationvisodoVisual odometry.
Visual Odometry is a package for stereo or monocular visual odometry at video rates. Visual odometry provides a 6DOF estimate of motion based on images streaming from a camera or stored in files. Code APIProvide links to specific auto-generated API documentation within your package that is of particular interest to a reader. Doxygen will document pretty much every part of your code, so do your best here to point the reader to the actual API. If your codebase is fairly large or has different sets of APIs, you should use the doxygen 'group' tag to keep these APIs together. For example, the roscpp documentation has 'libros' and 'botherder' groups so that those can be viewed separately. The rospy documentation similarly has a 'client-api' group that pulls together APIs for a Client API page. ROS APIEvery ROS name in your code must be documented. Names are very important in ROS because they are the API to nodes and services. They are also capable of being remapped on the command-line, so it is VERY IMPORTANT THAT YOU LIST NAMES AS THEY APPEAR IN THE CODE. It is also important that you write your code so that the names can be easily remapped. List of nodes:
node_namenode_name does (provide a basic description of your node) Usage$ node_type1 [standard ROS args]
$ node_type1 ROS topicsSubscribes to:
Publishes to:
ROS parametersReads the following parameters from the parameter server
Sets the following parameters on the parameter server
ROS services
Command-line toolsThis section is a catch-all for any additional tools that your package provides or uses that may be of use to the reader. For example:
script_nameDescription of what this script/file does. Usage$ ./script_name [args]
$ ./script_name foo bar |