2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
controllerMap Namespace Reference

Variables

constexpr std::array driveSpeed
 
constexpr std::array driveRotSpeed
 
constexpr std::array shoulderSpeed
 
constexpr std::array armExtensionSpeed
 
constexpr std::array wristSpeed
 
constexpr std::array ouiOuiSpeed
 
constexpr std::array bashSpeed
 

Detailed Description

Variable Documentation

◆ armExtensionSpeed

constexpr std::array controllerMap::armExtensionSpeed
constexpr
Initial value:
{
InterpMapPoint{-1.0, -0.5}, InterpMapPoint{-0.2, 0.0}, InterpMapPoint{0.2, 0.0}, InterpMapPoint{1.0, 0.5}}
Point that helps generate an interpolation map.
Definition interpolation.h:18

◆ bashSpeed

constexpr std::array controllerMap::bashSpeed
constexpr
Initial value:
{
InterpMapPoint{-1.0, -0.25}, InterpMapPoint{-0.2, 0.0}, InterpMapPoint{0.2, 0.0}, InterpMapPoint{1.0, 0.25}}

◆ driveRotSpeed

constexpr std::array controllerMap::driveRotSpeed
constexpr
Initial value:
{
InterpMapPoint{-1.0, -1.0}, InterpMapPoint{-0.15, 0.0}, InterpMapPoint{0.15, 0.0}, InterpMapPoint{1.0, 1.0}}

◆ driveSpeed

constexpr std::array controllerMap::driveSpeed
constexpr
Initial value:
{InterpMapPoint{-1.0, -1.0},
InterpMapPoint{-0.15, 0.0},
InterpMapPoint{0.15, 0.0},
InterpMapPoint{1.0, 1.0}}

◆ ouiOuiSpeed

constexpr std::array controllerMap::ouiOuiSpeed
constexpr
Initial value:
{
InterpMapPoint{-1.0, -0.1}, InterpMapPoint{-0.5, 0.0}, InterpMapPoint{0.5, 0.0}, InterpMapPoint{1.0, 0.1}}

◆ shoulderSpeed

constexpr std::array controllerMap::shoulderSpeed
constexpr
Initial value:
{
InterpMapPoint{-1.0, -0.5}, InterpMapPoint{-0.2, 0.0}, InterpMapPoint{0.2, 0.0}, InterpMapPoint{1.0, 0.5}}

◆ wristSpeed

constexpr std::array controllerMap::wristSpeed
constexpr
Initial value:
{
InterpMapPoint{-1.0, -0.1}, InterpMapPoint{-0.2, 0.0}, InterpMapPoint{0.2, 0.0}, InterpMapPoint{1.0, 0.1}}