![]() |
2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
|
#include "addresses.h"#include "argos_lib/config/status_frame_config.h"#include "control_loops.h"#include "ctre/Phoenix.h"#include "units/current.h"#include "units/time.h"#include "units/voltage.h"Go to the source code of this file.
Namespaces | |
| namespace | motorConfig |
| namespace | motorConfig::common |
| Motor configuration settings shared by all robot configurations. | |
| namespace | motorConfig::comp_bot |
| Motor configurations specific to competition robot. | |
| namespace | motorConfig::comp_bot::drive |
| namespace | motorConfig::comp_bot::shooter |
| namespace | motorConfig::comp_bot::intake |
| namespace | motorConfig::comp_bot::climber |
| namespace | motorConfig::practice_bot |
| Motor configurations specific to practice robot. | |
| namespace | motorConfig::practice_bot::drive |
| namespace | motorConfig::practice_bot::shooter |
| namespace | motorConfig::practice_bot::intake |
| namespace | motorConfig::practice_bot::climber |
Variables | |
| static constexpr auto | motorConfig::common::neutralDeadband = 0.001 |
| static constexpr auto | motorConfig::common::voltCompSat = 11.0_V |