|
TR-mbed 1.0
|
#include <ShooterSubsystem.h>
Public Attributes | |
| ShooterType | type |
| int | heat_limit |
| short | flywheelL_id |
| short | flywheelR_id |
| short | indexer_id |
| PID::config | flywheelL_PID |
| PID::config | flywheelR_PID |
| PID::config | indexer_PID_vel |
| PID::config | indexer_PID_pos |
| CANHandler::CANBus | canBus |
| bool | invert = false |
| CANHandler::CANBus ShooterSubsystem::config::canBus |
| short ShooterSubsystem::config::flywheelL_id |
| PID::config ShooterSubsystem::config::flywheelL_PID |
| short ShooterSubsystem::config::flywheelR_id |
| PID::config ShooterSubsystem::config::flywheelR_PID |
| int ShooterSubsystem::config::heat_limit |
| short ShooterSubsystem::config::indexer_id |
| PID::config ShooterSubsystem::config::indexer_PID_pos |
| PID::config ShooterSubsystem::config::indexer_PID_vel |
| bool ShooterSubsystem::config::invert = false |
| ShooterType ShooterSubsystem::config::type |