2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
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]. | |
double | intensityRight = 0.0 |
Intensity percent for right vibration [0,1.0]. | |
Vibration percentages that can be sent to controller for user feedback.
double argos_lib::VibrationStatus::intensityLeft = 0.0 |
Intensity percent for left vibration [0,1.0].
double argos_lib::VibrationStatus::intensityRight = 0.0 |
Intensity percent for right vibration [0,1.0].