Classes | Variables
rqt_reconfigure::param_editors Namespace Reference

Classes

class  BooleanEditor
class  DoubleEditor
class  EditorWidget
class  EnumEditor
class  IntegerEditor
class  StringEditor

Variables

dictionary EDITOR_TYPES
tuple rp = rospkg.RosPack()
tuple ui_bool
tuple ui_enum
 ui_int = ui_num
tuple ui_num
tuple ui_str

Variable Documentation

Initial value:
00001 {
00002     'bool': 'BooleanEditor',
00003     'str': 'StringEditor',
00004     'int': 'IntegerEditor',
00005     'double': 'DoubleEditor',
00006 }

Definition at line 46 of file param_editors.py.

tuple rqt_reconfigure::param_editors::rp = rospkg.RosPack()

Definition at line 55 of file param_editors.py.

Initial value:
00001 os.path.join(rp.get_path('rqt_reconfigure'), 'resource',
00002                        'editor_bool.ui')

Definition at line 56 of file param_editors.py.

Initial value:
00001 os.path.join(rp.get_path('rqt_reconfigure'), 'resource',
00002                        'editor_enum.ui')

Definition at line 63 of file param_editors.py.

Definition at line 62 of file param_editors.py.

Initial value:
00001 os.path.join(rp.get_path('rqt_reconfigure'), 'resource',
00002                       'editor_number.ui')

Definition at line 60 of file param_editors.py.

Initial value:
00001 os.path.join(rp.get_path('rqt_reconfigure'), 'resource',
00002                       'editor_string.ui')

Definition at line 58 of file param_editors.py.



rqt_reconfigure
Author(s): Isaac Saito, Ze'ev Klapow
autogenerated on Sat Jul 15 2017 02:25:06