![]() |
2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
|
#include <units/current.h>#include <units/time.h>#include <units/voltage.h>#include "argos_lib/config/config_types.h"#include "compile_time_member_check.h"#include "ctre/Phoenix.h"#include "status_frame_config.h"Go to the source code of this file.
Namespaces | |
| namespace | argos_lib |
| namespace | argos_lib::talonsrx_config |
Functions | |
| template<typename T > | |
| bool | argos_lib::talonsrx_config::TalonSRXConfig (WPI_TalonSRX &motorController, units::millisecond_t configTimeout) |
| Configures a CTRE TalonSRX with only the fields provided. All other fields are given the factory default values. More... | |
| template<typename CompetitionConfig , typename PracticeConfig > | |
| bool | argos_lib::talonsrx_config::TalonSRXConfig (WPI_TalonSRX &motorController, units::millisecond_t configTimeout, argos_lib::RobotInstance instance) |
| Configures a CTRE TalonSRX with configuration values according to specified robot instance. More... | |