TR-mbed 1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
TurretSubsystem::config Struct Reference

#include <TurretSubsystem.h>

Public Attributes

short yaw_id
 
motorType yaw_type = motorType::GM6020
 
short pitch_id
 
motorType pitch_type = motorType::GM6020
 
int pitch_offset_ticks
 
PID::config yaw_vel_PID
 
PID::config yaw_pos_PID
 
PID::config pitch_vel_PID
 
PID::config pitch_pos_PID
 
CANHandler::CANBus yawCanBus
 
CANHandler::CANBus pitchCanBus
 
int forward
 
IMUimu
 
const float pitch_lower_bound
 
const float pitch_upper_bound
 

Member Data Documentation

◆ forward

int TurretSubsystem::config::forward

◆ imu

IMU& TurretSubsystem::config::imu

◆ pitch_id

short TurretSubsystem::config::pitch_id

◆ pitch_lower_bound

const float TurretSubsystem::config::pitch_lower_bound

◆ pitch_offset_ticks

int TurretSubsystem::config::pitch_offset_ticks

◆ pitch_pos_PID

PID::config TurretSubsystem::config::pitch_pos_PID

◆ pitch_type

motorType TurretSubsystem::config::pitch_type = motorType::GM6020

◆ pitch_upper_bound

const float TurretSubsystem::config::pitch_upper_bound

◆ pitch_vel_PID

PID::config TurretSubsystem::config::pitch_vel_PID

◆ pitchCanBus

CANHandler::CANBus TurretSubsystem::config::pitchCanBus

◆ yaw_id

short TurretSubsystem::config::yaw_id

◆ yaw_pos_PID

PID::config TurretSubsystem::config::yaw_pos_PID

◆ yaw_type

motorType TurretSubsystem::config::yaw_type = motorType::GM6020

◆ yaw_vel_PID

PID::config TurretSubsystem::config::yaw_vel_PID

◆ yawCanBus

CANHandler::CANBus TurretSubsystem::config::yawCanBus

The documentation for this struct was generated from the following file: