1#ifndef FANG_ROBOTICS_MCB_PIERCE_CHASSIS_INPUT_CONFIG_HPP
2#define FANG_ROBOTICS_MCB_PIERCE_CHASSIS_INPUT_CONFIG_HPP
11 static const chassis::ChassisInputHandler::RemoteConfig k_chassisInputRemoteConfig
13 Channel::LEFT_HORIZONTAL,
14 Channel::LEFT_VERTICAL,
18 static const chassis::ChassisInputHandler::KeyboardConfig k_chassisInputKeyboardConfig
26 static const chassis::ChassisInputHandler::Config kChassisInputConfig
28 k_chassisInputRemoteConfig,
29 k_chassisInputKeyboardConfig
Key
Definition remote.hpp:93
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
Remote::Key Key
Definition chassis_input_config.hpp:9