2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
Conversion factors to aid displaying sensor values as meaningful numbers. More...
#include <nt_motor_pid_tuner.h>
Public Attributes | |
double | position {1.0} |
Multiply by this to convert sensor position units to physical units. | |
double | velocity {1.0} |
Multiply by this to convert sensor velocity units to physical units. | |
double | setpoint |
Multiply by this to convert sensor setpoint units to physical units (should be the same as either position or velocity) | |
Conversion factors to aid displaying sensor values as meaningful numbers.
double argos_lib::ClosedLoopSensorConversions::position {1.0} |
Multiply by this to convert sensor position units to physical units.
double argos_lib::ClosedLoopSensorConversions::setpoint |
Multiply by this to convert sensor setpoint units to physical units (should be the same as either position or velocity)
double argos_lib::ClosedLoopSensorConversions::velocity {1.0} |
Multiply by this to convert sensor velocity units to physical units.