Project: engagement_generation
License: BSD
Dependencies:
Used by:
None
All Packages
|
engagement_generation/src/edu/wpi/hri/gen/GenerationParams.java File Reference
Go to the source code of this file.
Namespaces |
namespace | edu::wpi::hri::gen |
Enumerations |
enum | edu::wpi::hri::gen::GenerationParams {
edu::wpi::hri::gen::_TEST_BOOL_ = ("_test_bool_", Type.BOOLEAN),
edu::wpi::hri::gen::_TEST_INT_ = ("_test_int_", Type.INT),
edu::wpi::hri::gen::_TEST_DOUBLE_ = ("_test_double_", Type.DOUBLE),
edu::wpi::hri::gen::_TEST_STRING_ = ("_test_string_", Type.STRING),
edu::wpi::hri::gen::DEBUG_LEVEL = ("debug_level", Type.STRING),
edu::wpi::hri::gen::LOGGER_TYPE = ("logger_type", Type.STRING),
edu::wpi::hri::gen::ROBOT_AP_PATH = ("robot_ap_path", Type.STRING),
edu::wpi::hri::gen::ROBOT_DG_PATH = ("robot_dg_path", Type.STRING),
edu::wpi::hri::gen::ROBOT_MFG_PATH = ("robot_mfg_path", Type.STRING),
edu::wpi::hri::gen::HUMAN_AP_PATH = ("human_ap_path", Type.STRING),
edu::wpi::hri::gen::HUMAN_DG_PATH = ("human_dg_path", Type.STRING),
edu::wpi::hri::gen::HUMAN_MFG_PATH = ("human_mfg_path", Type.STRING),
edu::wpi::hri::gen::BML_EMIT_PATH = ("bml_emit_path", Type.STRING),
edu::wpi::hri::gen::RELIABILITY_SPEECH = ("reliability/speech", Type.DOUBLE),
edu::wpi::hri::gen::RELIABILITY_GAZE = ("reliability/gaze", Type.DOUBLE),
edu::wpi::hri::gen::RELIABILITY_DIRECTED_GAZE = ("reliability/directed_gaze", Type.DOUBLE),
edu::wpi::hri::gen::RELIABILITY_DIRECTED_GAZE_POINTING,
edu::wpi::hri::gen::ROBOT_SHOULDER_LENGTH = ("robot/shoulder_length", Type.DOUBLE),
edu::wpi::hri::gen::ROBOT_SHOULDER_HEIGHT = ("robot/shoulder_height", Type.DOUBLE),
edu::wpi::hri::gen::ROBOT_ARM_LENGTH = ("robot/arm_length", Type.DOUBLE),
edu::wpi::hri::gen::ROBOT_HEAD_HEIGHT = ("robot/head_height", Type.DOUBLE),
edu::wpi::hri::gen::CONSTANT_GAZE_COST_FACTOR = ("constant/gaze_cost_factor", Type.DOUBLE),
edu::wpi::hri::gen::CONSTANT_POINT_COST_FACTOR = ("constant/point_cost_factor", Type.DOUBLE),
edu::wpi::hri::gen::CONSTANT_GAZE_DISTRACTOR_DISTANCE,
edu::wpi::hri::gen::CONSTANT_POINT_DISTRACTOR_DISTANCE,
edu::wpi::hri::gen::GLANCE_DELAY_FACTOR = ("constant/glance_delay_factor", Type.DOUBLE),
edu::wpi::hri::gen::GLANCE_DURATION_MS = ("constant/glance_duration_ms", Type.INT),
edu::wpi::hri::gen::GLANCE_DELAY_MAX = ("constant/glance_delay_max", Type.INT),
edu::wpi::hri::gen::GLANCE_DELAY_MIN = ("constant/glance_delay_min", Type.INT),
edu::wpi::hri::gen::RUN_FULL = ("run_full", Type.BOOLEAN)
} |
|