2023-Robot
Robot code for 2023 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::lifter |
namespace | motorConfig::comp_bot::intake |
namespace | motorConfig::comp_bot::bash_guard |
namespace | motorConfig::practice_bot |
Motor configurations specific to practice robot. | |
namespace | motorConfig::practice_bot::drive |
namespace | motorConfig::practice_bot::lifter |
namespace | motorConfig::practice_bot::intake |
namespace | motorConfig::practice_bot::bash_guard |
Variables | |
static constexpr auto | motorConfig::common::neutralDeadband = 0.001 |
static constexpr auto | motorConfig::common::voltCompSat = 11.0_V |