Package roswtf :: Module roslaunchwtf
[frames] | no frames]

Module roslaunchwtf

source code

Functions
 
roslaunch_missing_node_check(ctx) source code
 
roslaunch_duplicate_node_check(ctx) source code
 
pycrypto_check(ctx) source code
 
paramiko_check(ctx) source code
 
paramiko_system_keys(ctx) source code
 
paramiko_ssh(ctx, address, port, username, password) source code
 
roslaunch_load_check(ctx) source code
 
roslaunch_machine_name_check(ctx) source code
 
roslaunch_ssh_check(ctx) source code
 
roslaunch_missing_pkgs_check(ctx) source code
 
roslaunch_config_errors(ctx) source code
 
roslaunch_missing_deps_check(ctx) source code
 
roslaunch_respawn_check(ctx) source code
 
roslaunch_uris_check(ctx) source code
 
roslaunch_dead_check(ctx) source code
 
wtf_check_static(ctx) source code
 
wtf_check_online(ctx) source code
Variables
  online_roslaunch_warnings = [(<__builtin__.function object>, '...
  online_roslaunch_errors = [(<__builtin__.function object>, 'SS...
  static_roslaunch_warnings = [(<__builtin__.function object>, '...
  static_roslaunch_errors = [(<__builtin__.function object>, 'Ca...
  __package__ = 'roswtf'
Variables Details

online_roslaunch_warnings

Value:
[(<__builtin__.function object>,
  'These nodes have respawned at least once:'),
 (<__builtin__.function object>, 'These nodes have died:')]

online_roslaunch_errors

Value:
[(<__builtin__.function object>, 'SSH failures:')]

static_roslaunch_warnings

Value:
[(<__builtin__.function object>,
  'Multiple nodes of same name in packages:'),
 (<__builtin__.function object>, 'pycrypto is not installed'),
 (<__builtin__.function object>, 'paramiko is not installed'),
 (<__builtin__.function object>,
  'cannot load SSH host keys -- your known_hosts file may be corrupt')\
,
 (<__builtin__.function object>, 'Loading your launch files reported t\
...

static_roslaunch_errors

Value:
[(<__builtin__.function object>,
  'Cannot find the following required packages:'),
 (<__builtin__.function object>,
  'Several nodes in your launch file could not be located. These are e\
ither typed incorrectly or need to be built:'),
 (<__builtin__.function object>,
  'Cannot resolve the following hostnames:'),
 (<__builtin__.function object>, 'roslaunch load failed')]