Package roslib :: Module launcher
[frames] | no frames]

Module launcher

source code

Python path loader for python scripts and applications. Paths are derived from dependency structure declared in ROS manifest files.

Functions
 
get_depends(package, rospack) source code
 
load_manifest(package_name, bootstrap_version='0.7')
Update the Python sys.path with package's dependencies
source code
Variables
  __package__ = 'roslib'
Function Details

load_manifest(package_name, bootstrap_version='0.7')

source code 

Update the Python sys.path with package's dependencies

:param package_name: name of the package that load_manifest() is being called from, ``str``