2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
Loading...
Searching...
No Matches
ShooterSubsystem::AimOffsets Struct Reference

Offsets useful for aiming while driving. More...

#include <shooter_subsystem.h>

Public Attributes

units::foot_t distanceOffset
 Positive indicates aim farther to compensate for motion away from hub. More...
 
units::degree_t yawOffset
 Positive indicates aim left of hub to compensate for robot lateral motion. More...
 

Detailed Description

Offsets useful for aiming while driving.

Member Data Documentation

◆ distanceOffset

units::foot_t ShooterSubsystem::AimOffsets::distanceOffset

Positive indicates aim farther to compensate for motion away from hub.

◆ yawOffset

units::degree_t ShooterSubsystem::AimOffsets::yawOffset

Positive indicates aim left of hub to compensate for robot lateral motion.


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