• Diff for "cob_navigation"
Differences between revisions 5 and 6
Revision 5 as of 2012-05-21 10:58:35
Size: 2653
Comment:
Revision 6 as of 2012-05-21 11:07:03
Size: 2668
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
The cob_navigation stack provides configuration and launch files for running the [[navigation]] stack on a Care-O-bot in a number of common configurations. For example, the [[cob_navigation_local]] package holds files that configure the [[move_base]] node to operate in an odometric frame, and the [[cob_mapping_slam]] package holds files that configure the robot for SLAM. These configuration files are intended for use as building blocks for applications that wish to use autonomous navigation as a component. The cob_navigation stack provides configuration and launch files for running the [[navigation]] stack on a [[care-o-bot|Care-O-bot]] in a number of common configurations. For example, the [[cob_navigation_local]] package holds files that configure the [[move_base]] node to operate in an odometric frame, and the [[cob_mapping_slam]] package holds files that configure the robot for SLAM. These configuration files are intended for use as building blocks for applications that wish to use autonomous navigation as a component.

  Show EOL distros: 

cob_navigation: cob_linear_nav | cob_mapping_slam | cob_navigation_config | cob_navigation_global | cob_navigation_local | cob_navigation_slam | cob_vel_integrator

Package Summary

The cob_navigation stack provides different navigation packages for Care-O-bot.

cob_navigation: cob_linear_nav | cob_mapping_slam | cob_navigation_config | cob_navigation_global | cob_navigation_local | cob_navigation_slam | cob_vel_integrator

Package Summary

The cob_navigation stack provides different navigation packages for Care-O-bot.

cob_navigation: cob_linear_nav | cob_mapping_slam | cob_navigation_config | cob_navigation_global | cob_navigation_local | cob_navigation_slam | cob_unified_scan_publisher

Package Summary

The cob_navigation stack provides different navigation packages for Care-O-bot.

cob_navigation: cob_linear_nav | cob_mapping_slam | cob_navigation_config | cob_navigation_global | cob_navigation_local | cob_navigation_slam | cob_scan_unifier

Package Summary

The cob_navigation stack provides different navigation packages for Care-O-bot.

  • Maintainer status: developed
  • Maintainer: Matthias Gruhler <mig AT ipa.fraunhofer DOT de>
  • Author: Matthias Gruhler <mig AT ipa.fraunhofer DOT de>
  • License: LGPL
  • Source: git https://github.com/ipa320/cob_navigation.git (branch: hydro_release_candidate)
cob_navigation: cob_linear_nav | cob_map_accessibility_analysis | cob_mapping_slam | cob_navigation_config | cob_navigation_global | cob_navigation_local | cob_navigation_slam

Package Summary

The cob_navigation stack provides different navigation packages for Care-O-bot.

cob_navigation: cob_linear_nav | cob_map_accessibility_analysis | cob_mapping_slam | cob_navigation_config | cob_navigation_global | cob_navigation_local | cob_navigation_slam

Package Summary

The cob_navigation stack provides different navigation packages for Care-O-bot.

Overview

The cob_navigation stack provides configuration and launch files for running the navigation stack on a Care-O-bot in a number of common configurations. For example, the cob_navigation_local package holds files that configure the move_base node to operate in an odometric frame, and the cob_mapping_slam package holds files that configure the robot for SLAM. These configuration files are intended for use as building blocks for applications that wish to use autonomous navigation as a component.

The naming of the packages as well as the documentation is kept close to the one of pr2_navigation for ease of use for experienced ROS users. However, changes are made to suit our needs.

Documentation

There are three major sections to the documentation of the packages in this stack:

  • Applications: These are launch files that are meant to run as standalone applications. They start all necessary components that are needed to run autonomous navigation. Applications have the extension *.launch.

  • Building Blocks: These are launch files that are intended for inclusion in applications. They can be mixed and matched in order to make applications with similar components that perform different functions. Building Blocks launch files have the extension *.xml.

  • Configuration Files: These are YAML files that hold common configuration options for the navigation stack on the Care-O-bot. They can be included in launch files for applications.

The launch files for end users of the Care-O-bot or the rob@work are in the following packages:

Configuration files (except for the package specific ones) can be found in cob_navigation_config.

The source code of the simple linear navigation is in cob_linear_nav.

The following stacks provide detailed documentation of the parameters and nodes used in the cob_navigation stack:

Support

Please consult ros answers to see if your problem is already known.

Please use the mailing list for additional support or feature discussion.

Report a Bug

Use trac to report bugs or request features. View active tickets

Wiki: cob_navigation (last edited 2012-08-07 09:27:02 by MatthiasGruhler)