CameraSynchronizerConfig.py File Reference

Go to the source code of this file.

Namespaces

namespace  gazebo_plugins::cfg::CameraSynchronizerConfig

Variables

int gazebo_plugins::cfg::CameraSynchronizerConfig::all_level = 0
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_AlternateProjector = 5
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_IgnoreProjector = 2
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_InternalTrigger = 1
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_ProjectorAuto = 2
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_ProjectorOff = 1
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_ProjectorOn = 3
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_WithoutProjector = 4
int gazebo_plugins::cfg::CameraSynchronizerConfig::CameraSynchronizer_WithProjector = 3
list gazebo_plugins::cfg::CameraSynchronizerConfig::config_description = [{'srcline': 70, 'description': 'Projector pulse frequency in Hz.', 'max': 120.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'projector_rate', 'edit_method': '', 'default': 60.0, 'level': 31, 'min': 40.0, 'type': 'double'}, {'srcline': 71, 'description': 'Length of the projector pulses in s. At high currents the hardware may limit the pulse length.', 'max': 0.002, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'projector_pulse_length', 'edit_method': '', 'default': 0.002, 'level': 31, 'min': 0.001, 'type': 'double'}, {'srcline': 72, 'description': 'How far off-center the intermediate projector pulses are. Zero is on-center, one is touching the following pulse.', 'max': 1.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'projector_pulse_shift', 'edit_method': '', 'default': 0.0, 'level': 31, 'min': 0.0, 'type': 'double'}, {'srcline': 73, 'description': 'Indicates whether the projector should be off, on when in use or on all the time.', 'max': 3, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'projector_mode', 'edit_method': "{'enum_description': 'The projectors operating mode.', 'enum': [{'srcline': 55, 'description': 'The projector is always off.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 1, 'ctype': 'int', 'type': 'int', 'name': 'ProjectorOff'}, {'srcline': 56, 'description': 'The projector is on if one of the cameras is using it.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 2, 'ctype': 'int', 'type': 'int', 'name': 'ProjectorAuto'}, {'srcline': 57, 'description': 'The projector is always on.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 3, 'ctype': 'int', 'type': 'int', 'name': 'ProjectorOn'}]}", 'default': 2, 'level': 31, 'min': 1, 'type': 'int'}, {'srcline': 74, 'description': 'Indicates if the projector should turn off when the prosilica camera is exposing.', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'prosilica_projector_inhibit', 'edit_method': '', 'default': False, 'level': 16, 'min': False, 'type': 'bool'}, {'srcline': 76, 'description': 'Indicates the frame rate for both stereo cameras in Hz. (Gets rounded to suitable divisors of projector_rate.)', 'max': 60.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'stereo_rate', 'edit_method': '', 'default': 30.0, 'level': 3, 'min': 1.0, 'type': 'double'}, {'srcline': 78, 'description': 'Indicates the triggering mode of the wide stereo camera.', 'max': 4, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'wide_stereo_trig_mode', 'edit_method': "{'enum_description': 'The triggering mode for the wide camera.', 'enum': [{'srcline': 61, 'description': 'The cameras frequency can be set independently of the projector frequency. There is no deterministic phase relation between projector firing and camera triggering.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 2, 'ctype': 'int', 'type': 'int', 'name': 'IgnoreProjector'}, {'srcline': 62, 'description': 'The camera always exposes while the projector is on.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 3, 'ctype': 'int', 'type': 'int', 'name': 'WithProjector'}, {'srcline': 63, 'description': 'The camera always exposes while the projector is off.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 4, 'ctype': 'int', 'type': 'int', 'name': 'WithoutProjector'}]}", 'default': 4, 'level': 3, 'min': 2, 'type': 'int'}, {'srcline': 79, 'description': 'Indicates the triggering mode of the narrow stereo camera.', 'max': 5, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'narrow_stereo_trig_mode', 'edit_method': "{'enum_description': 'The triggering mode for the narrow camera.', 'enum': [{'srcline': 61, 'description': 'The cameras frequency can be set independently of the projector frequency. There is no deterministic phase relation between projector firing and camera triggering.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 2, 'ctype': 'int', 'type': 'int', 'name': 'IgnoreProjector'}, {'srcline': 62, 'description': 'The camera always exposes while the projector is on.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 3, 'ctype': 'int', 'type': 'int', 'name': 'WithProjector'}, {'srcline': 63, 'description': 'The camera always exposes while the projector is off.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 4, 'ctype': 'int', 'type': 'int', 'name': 'WithoutProjector'}, {'srcline': 64, 'description': 'The camera alternates between frames with and without the projector.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 5, 'ctype': 'int', 'type': 'int', 'name': 'AlternateProjector'}]}", 'default': 4, 'level': 3, 'min': 2, 'type': 'int'}, {'srcline': 81, 'description': 'Indicates the frame rate for the right forearm camera in Hz. (Gets rounded to suitable divisors of projector_rate.)', 'max': 60.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'forearm_r_rate', 'edit_method': '', 'default': 30.0, 'level': 4, 'min': 1.0, 'type': 'double'}, {'srcline': 82, 'description': 'Indicates the triggering mode of the right forearm camera.', 'max': 4, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'forearm_r_trig_mode', 'edit_method': "{'enum_description': 'The triggering mode for a forearm camera.', 'enum': [{'srcline': 60, 'description': 'The camera does not use the trigger input.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 1, 'ctype': 'int', 'type': 'int', 'name': 'InternalTrigger'}, {'srcline': 61, 'description': 'The cameras frequency can be set independently of the projector frequency. There is no deterministic phase relation between projector firing and camera triggering.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 2, 'ctype': 'int', 'type': 'int', 'name': 'IgnoreProjector'}, {'srcline': 62, 'description': 'The camera always exposes while the projector is on.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 3, 'ctype': 'int', 'type': 'int', 'name': 'WithProjector'}, {'srcline': 63, 'description': 'The camera always exposes while the projector is off.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 4, 'ctype': 'int', 'type': 'int', 'name': 'WithoutProjector'}]}", 'default': 1, 'level': 4, 'min': 1, 'type': 'int'}, {'srcline': 84, 'description': 'Indicates the frame rate for the left forearm camera in Hz. (Gets rounded to suitable divisors of projector_rate.)', 'max': 60.0, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'forearm_l_rate', 'edit_method': '', 'default': 30.0, 'level': 8, 'min': 1.0, 'type': 'double'}, {'srcline': 85, 'description': 'Indicates the triggering mode of the left forearm camera.', 'max': 4, 'cconsttype': 'const int', 'ctype': 'int', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'forearm_l_trig_mode', 'edit_method': "{'enum_description': 'The triggering mode for a forearm camera.', 'enum': [{'srcline': 60, 'description': 'The camera does not use the trigger input.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 1, 'ctype': 'int', 'type': 'int', 'name': 'InternalTrigger'}, {'srcline': 61, 'description': 'The cameras frequency can be set independently of the projector frequency. There is no deterministic phase relation between projector firing and camera triggering.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 2, 'ctype': 'int', 'type': 'int', 'name': 'IgnoreProjector'}, {'srcline': 62, 'description': 'The camera always exposes while the projector is on.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 3, 'ctype': 'int', 'type': 'int', 'name': 'WithProjector'}, {'srcline': 63, 'description': 'The camera always exposes while the projector is off.', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'cconsttype': 'const int', 'value': 4, 'ctype': 'int', 'type': 'int', 'name': 'WithoutProjector'}]}", 'default': 1, 'level': 8, 'min': 1, 'type': 'int'}, {'srcline': 87, 'description': 'Adds a time shift in seconds to the projector timing. Useful for debugging but not in normal use.', 'max': 0.10000000000000001, 'cconsttype': 'const double', 'ctype': 'double', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'projector_tweak', 'edit_method': '', 'default': 0.0, 'level': 31, 'min': -0.10000000000000001, 'type': 'double'}, {'srcline': 89, 'description': 'Does a hard reset of all the cameras using a long pulse on the trigger line. This parameter resets itself to false after 3 to 4 seconds.', 'max': True, 'cconsttype': 'const bool', 'ctype': 'bool', 'srcfile': '../cfg/CameraSynchronizer.cfg', 'name': 'camera_reset', 'edit_method': '', 'default': False, 'level': 31, 'min': False, 'type': 'bool'}]
 *********************************************************
dictionary gazebo_plugins::cfg::CameraSynchronizerConfig::defaults = {}
dictionary gazebo_plugins::cfg::CameraSynchronizerConfig::level = {}
dictionary gazebo_plugins::cfg::CameraSynchronizerConfig::max = {}
dictionary gazebo_plugins::cfg::CameraSynchronizerConfig::min = {}
dictionary gazebo_plugins::cfg::CameraSynchronizerConfig::type = {}
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines


gazebo_plugins
Author(s): Sachin Chitta, Stu Glaser, John Hsu
autogenerated on Fri Jan 11 10:09:24 2013