SubZero Common
Common library components for an FRC CommandRobot
Loading...
Searching...
No Matches
InputUtils.h File Reference
#include <cmath>
+ Include dependency graph for InputUtils.h:

Go to the source code of this file.

Classes

struct  subzero::InputUtils::DeadzoneAxes
 

Namespaces

namespace  subzero
 
namespace  subzero::InputUtils
 

Functions

DeadzoneAxes subzero::InputUtils::CalculateCircularDeadzone (double x, double y, double deadzoneDistance)
 Remaps x/y inputs to a combined value before applying a deadzone.