1#ifndef FANG_ROBOTICS_MCB_TURRET_INPUT_CONFIG_HPP
2#define FANG_ROBOTICS_MCB_TURRET_INPUT_CONFIG_HPP
9 static const turret::TurretInputHandler::RemoteConfig k_turretInputRemoteConfig
11 Channel::RIGHT_VERTICAL,
12 Channel::RIGHT_HORIZONTAL,
16 static const turret::TurretInputHandler::MouseConfig k_turretInputMouseConfig
19 .yawPercentagePerPx = 0.15
21 static const turret::TurretInputHandler::Config kTurretInputConfig
23 k_turretInputRemoteConfig,
24 k_turretInputMouseConfig
Channel
Definition remote.hpp:61
Definition base_robot.cpp:4
tap::communication::serial::Remote Remote
Definition chassis_input_config.hpp:7
Remote::Channel Channel
Definition chassis_input_config.hpp:8