Package rosdeb :: Module core
[frames] | no frames]

Module core

source code

Functions
 
get_ubuntu_map() source code
 
ubuntu_release()
WARNING: this can only be called on an Ubuntu system
source code
 
ubuntu_release_name(version) source code
 
debianize_name(name)
Convert ROS stack name to debian conventions (dashes, not underscores)
source code
 
debianize_version(stack_version, distro_version, ubuntu_rel=None)
WARNING: this can only be called on an Ubuntu system and will lock to the platform it is called on
source code
 
platforms() source code
Variables
  ubuntu_map = {'10.04': 'lucid', '10.10': 'maverick', '11.04': ...
  __package__ = 'rosdeb'
Variables Details

ubuntu_map

Value:
{'10.04': 'lucid',
 '10.10': 'maverick',
 '11.04': 'natty',
 '11.10': 'oneiric'}