Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
turret_command_map.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_PIERCE_TURRET_COMMAND_MAP_HPP
2#define FANG_ROBOTICS_MCB_PIERCE_TURRET_COMMAND_MAP_HPP
4namespace fang::robot
5{
7 using Key = Remote::Key;
9 static const tap::control::RemoteMapState kActivateBoosterRemoteState
10 {
13 };
14
15 static const tap::control::RemoteMapState kAutofireRemoteState
16 {
19 };
20
21 static const tap::control::RemoteMapState kUnjamRemoteState
22 {
25 };
26
27 static const tap::control::RemoteMapState kAutofireMouseState
28 {
29 MouseButton::LEFT
30 };
31
32 static const tap::control::RemoteMapState kUnjamMouseState
33 {
34 MouseButton::RIGHT
35 };
36}
37#endif
Definition remote.hpp:51
Key
Definition remote.hpp:93
Definition remote_map_state.hpp:56
MouseButton
Definition remote_map_state.hpp:63
Definition base_robot.cpp:4
tap::communication::serial::Remote Remote
Definition chassis_input_config.hpp:7
Remote::Key Key
Definition chassis_input_config.hpp:9