|
| constexpr float | LOWERBOUND = -35.0 |
| |
| constexpr float | UPPERBOUND = 40.0 |
| |
| constexpr float | JOYSTICK_SENSITIVITY_YAW_DPS = 180.0 |
| |
| constexpr float | JOYSTICK_SENSITIVITY_PITCH_DPS = 180.0 |
| |
| constexpr float | MOUSE_SENSITIVITY_YAW_DPS = 10.0 |
| |
| constexpr float | MOUSE_SENSITIVITY_PITCH_DPS = 10.0 |
| |
| constexpr int | OUTER_LOOP_DT_MS = 15 |
| |
| constexpr int | PRINT_FREQUENCY = 8 |
| |
| constexpr float | CHASSIS_FF_KICK = 0.065 |
| |
| constexpr float | pitch_zero_offset_ticks = 1500 |
| |
| constexpr int | NUM_BALLS_SHOT = 3 |
| |
| constexpr int | FLYWHEEL_VELO = 5500 |
| |
| BNO055 | imu (i2c, IMU_RESET, MODE_IMU) |
| |
| ChassisSubsystem | Chassis (1, 2, 3, 4, imu, 0.22617) |
| |
| DJIMotor | yaw (4, CANHandler::CANBUS_1, GIMBLY,"Yeah") |
| |
| DJIMotor | pitch (7, CANHandler::CANBUS_2, GIMBLY,"Peach") |
| |
| DJIMotor | indexer (7, CANHandler::CANBUS_2, C610,"Indexer") |
| |
| DJIMotor | RFLYWHEEL (1, CANHandler::CANBUS_2, M3508,"RightFly") |
| |
| DJIMotor | LFLYWHEEL (2, CANHandler::CANBUS_2, M3508,"LeftFly") |
| |
| Jetson_read_data | jetson_received_data |
| |
| Jetson_read_odom | jetson_received_odom |
| |
| Jetson_send_ref | jetson_send_ref |
| |
| Jetson_send_data | jetson_send_data |
| |
| BNO055_ANGULAR_POSITION_typedef | imuAngles |
| |