|
static constexpr float | DT = 1.0 / 62.5 |
|
static constexpr float | units_inches_to_meters = 0.0254 |
|
static const Eigen::Matrix< float, 6, 1 > | discharge_coeff1 |
|
static const Eigen::Matrix< float, 6, 1 > | discharge_coeff2 |
|
static const Eigen::Matrix< float, 6, 3 > | nozzle_offsets1 |
|
static const Eigen::Matrix< float, 6, 3 > | nozzle_offsets2 |
|
static const Eigen::Matrix< float, 6, 3 > | nozzle_orientations1 |
|
static const Eigen::Matrix< float, 6, 3 > | nozzle_orientations2 |
|
static const Eigen::Vector3f | impeller_orientation1 = (Eigen::Vector3f() << 0, 1, 0).finished() |
|
static const Eigen::Vector3f | impeller_orientation2 = (Eigen::Vector3f() << 0, -1, 0).finished() |
|
static const Eigen::Matrix< float, 6, 1 > | nozzle_widths |
|
static constexpr float | zero_thrust_area [2] = {0.0044667, 0.0042273} |
|
static constexpr float | abp_nozzle_max_open_angle = 79.91 * M_PI / 180.0 |
|
static constexpr float | abp_nozzle_min_open_angle = 15.68 * M_PI / 180.0 |
|
static constexpr float | abp_nozzle_flap_length = 0.5353 * units_inches_to_meters |
|
static constexpr float | abp_nozzle_intake_height = 0.5154 * units_inches_to_meters |
|
static constexpr float | abp_nozzle_gear_ratio = 0.5 |
|
static constexpr float | servo_motor_k = 0.2893 * 0.01 / 1.5 |
|
static constexpr float | servo_motor_r = 6.0 / 1.5 |
|
static constexpr float | servo_motor_friction = 3e-7 |
|
static constexpr float | servo_motor_gearbox_inertia = .000000025 |
|
static constexpr float | servo_motor_gear_ratio = 1.0 / 100.0 |
|
static constexpr float | imp_motor_speed_k = 374*2*M_PI/60 |
|
static constexpr float | imp_motor_r = 1.2 |
|
static constexpr float | imp_motor_torque_k = 0.0255 |
|
static constexpr float | imp_motor_friction_coeff = 0.144 * imp_motor_torque_k / (4380*2*M_PI/60.0) |
|
static constexpr float | backlash_half_width = 1.0 * M_PI / 180.0 / 2 |
|
static constexpr float | impeller_speed2pwm = 0.792095 |
|
static constexpr float | impeller_diameter = 5.5 * units_inches_to_meters |
|
static constexpr float | air_density |
|
static constexpr float | impeller_inertia = 0.001 |
|
static const float | AREA_LOOKUP_INPUT [] |
|
static const float | CDP_LOOKUP_OUTPUT [] |
|
static const int | AREA_LOOKUP_TABLE_SIZE = 334 |
|