![]() |
2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
|
#include <shooter_subsystem.h>
Public Attributes | |
units::feet_per_second_t | radialVelocity |
Positive is velocity toward center of hub. More... | |
units::feet_per_second_t | tangentialVelocity |
Positive is velocity clockwise around hub. More... | |
units::degrees_per_second_t | chassisYawRate |
Positive is robot rotating counterclockwise. More... | |
units::degrees_per_second_t ShooterSubsystem::HubRelativeVelocities::chassisYawRate |
Positive is robot rotating counterclockwise.
units::feet_per_second_t ShooterSubsystem::HubRelativeVelocities::radialVelocity |
Positive is velocity toward center of hub.
units::feet_per_second_t ShooterSubsystem::HubRelativeVelocities::tangentialVelocity |
Positive is velocity clockwise around hub.