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

Vibration percentages that can be sent to controller for user feedback. More...

#include <vibration.h>

Public Attributes

double intensityLeft = 0.0
 Intensity percent for left vibration [0,1.0]. More...
 
double intensityRight = 0.0
 Intensity percent for right vibration [0,1.0]. More...
 

Detailed Description

Vibration percentages that can be sent to controller for user feedback.

Member Data Documentation

◆ intensityLeft

double argos_lib::VibrationStatus::intensityLeft = 0.0

Intensity percent for left vibration [0,1.0].

◆ intensityRight

double argos_lib::VibrationStatus::intensityRight = 0.0

Intensity percent for right vibration [0,1.0].


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