Configurables available to BaseTalon's PID.
More...
#include <ctre/phoenix/motorcontrol/can/BaseTalon.h>
Configurables available to BaseTalon's PID.
◆ BaseTalonPIDSetConfiguration()
ctre::phoenix::motorcontrol::can::BaseTalonPIDSetConfiguration::BaseTalonPIDSetConfiguration |
( |
FeedbackDevice | defaultFeedbackDevice | ) |
|
|
inline |
◆ toString() [1/2]
std::string ctre::phoenix::motorcontrol::can::BaseTalonPIDSetConfiguration::toString |
( |
| ) |
|
|
inline |
- Returns
- string representation of configs
◆ toString() [2/2]
std::string ctre::phoenix::motorcontrol::can::BaseTalonPIDSetConfiguration::toString |
( |
std::string | prependString | ) |
|
|
inline |
- Parameters
-
prependString | String to prepend to configs |
- Returns
- String representation of configs
◆ selectedFeedbackSensor
FeedbackDevice ctre::phoenix::motorcontrol::can::BaseTalonPIDSetConfiguration::selectedFeedbackSensor |
Feedback device for a particular PID loop.
Note the FeedbackDevice enum holds all possible sensor types. Consult product documentation to confirm what is available. Alternatively the product specific enum can be used instead.
FeedbackDevice
Choose the feedback device for a motor controller.
Definition FeedbackDevice.h:14
@ QuadEncoder
Quadrature encoder.
The documentation for this struct was generated from the following file: