FollowerConfig.py
Go to the documentation of this file.
00001 ## *********************************************************
00002 ## 
00003 ## File autogenerated for the eddiebot_follower package 
00004 ## by the dynamic_reconfigure package.
00005 ## Please do not edit.
00006 ## 
00007 ## ********************************************************/
00008 
00009 ##**********************************************************
00010 ## Software License Agreement (BSD License)
00011 ##
00012 ##  Copyright (c) 2008, Willow Garage, Inc.
00013 ##  All rights reserved.
00014 ##
00015 ##  Redistribution and use in source and binary forms, with or without
00016 ##  modification, are permitted provided that the following conditions
00017 ##  are met:
00018 ##
00019 ##   * Redistributions of source code must retain the above copyright
00020 ##     notice, this list of conditions and the following disclaimer.
00021 ##   * Redistributions in binary form must reproduce the above
00022 ##     copyright notice, this list of conditions and the following
00023 ##     disclaimer in the documentation and/or other materials provided
00024 ##     with the distribution.
00025 ##   * Neither the name of the Willow Garage nor the names of its
00026 ##     contributors may be used to endorse or promote products derived
00027 ##     from this software without specific prior written permission.
00028 ##
00029 ##  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00030 ##  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00031 ##  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
00032 ##  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
00033 ##  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
00034 ##  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
00035 ##  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
00036 ##  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
00037 ##  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
00038 ##  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
00039 ##  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
00040 ##  POSSIBILITY OF SUCH DAMAGE.
00041 ##**********************************************************/
00042 
00043 from dynamic_reconfigure.encoding import extract_params
00044 
00045 inf = float('inf')
00046 
00047 config_description = {'upper': 'DEFAULT', 'lower': 'groups', 'srcline': 233, 'name': 'Default', 'parent': 0, 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'cstate': 'true', 'parentname': 'Default', 'class': 'DEFAULT', 'field': 'default', 'state': True, 'parentclass': '', 'groups': [], 'parameters': [{'srcline': 259, 'description': 'The minimum x position of the points in the box.', 'max': 3.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'min_x', 'edit_method': '', 'default': -0.2, 'level': 0, 'min': -3.0, 'type': 'double'}, {'srcline': 259, 'description': 'The maximum x position of the points in the box.', 'max': 3.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'max_x', 'edit_method': '', 'default': 0.2, 'level': 0, 'min': -3.0, 'type': 'double'}, {'srcline': 259, 'description': 'The minimum y position of the points in the box.', 'max': 3.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'min_y', 'edit_method': '', 'default': 0.1, 'level': 0, 'min': -1.0, 'type': 'double'}, {'srcline': 259, 'description': 'The maximum y position of the points in the box.', 'max': 3.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'max_y', 'edit_method': '', 'default': 0.5, 'level': 0, 'min': -1.0, 'type': 'double'}, {'srcline': 259, 'description': 'The maximum z position of the points in the box.', 'max': 3.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'max_z', 'edit_method': '', 'default': 0.8, 'level': 0, 'min': 0.0, 'type': 'double'}, {'srcline': 259, 'description': 'The distance away from the robot to hold the centroid.', 'max': 3.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'goal_z', 'edit_method': '', 'default': 0.6, 'level': 0, 'min': 0.0, 'type': 'double'}, {'srcline': 259, 'description': 'The scaling factor for translational robot speed.', 'max': 3.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'x_scale', 'edit_method': '', 'default': 1.0, 'level': 0, 'min': 0.0, 'type': 'double'}, {'srcline': 259, 'description': 'The scaling factor for rotational robot speed.', 'max': 10.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '/opt/ros/fuerte/stacks/dynamic_reconfigure/src/dynamic_reconfigure/parameter_generator.py', 'name': 'z_scale', 'edit_method': '', 'default': 5.0, 'level': 0, 'min': 0.0, 'type': 'double'}], 'type': '', 'id': 0}
00048 
00049 min = {}
00050 max = {}
00051 defaults = {}
00052 level = {}
00053 type = {}
00054 all_level = 0
00055 
00056 #def extract_params(config):
00057 #    params = []
00058 #    params.extend(config['parameters'])    
00059 #    for group in config['groups']:
00060 #        params.extend(extract_params(group))
00061 #    return params
00062 
00063 for param in extract_params(config_description):
00064     min[param['name']] = param['min']
00065     max[param['name']] = param['max']
00066     defaults[param['name']] = param['default']
00067     level[param['name']] = param['level']
00068     type[param['name']] = param['type']
00069     all_level = all_level | param['level']
00070 


eddiebot_follower
Author(s): Tang Tiong Yew
autogenerated on Tue Jan 7 2014 11:10:12