If I call Set() with only one parameter, does it call it for the last used control mode or does it always use ctre::phoenix::motorcontrol::ControlMode::PercentOutput? Thanks
WPI_TalonSRX has a single-param set that uses PercentOutput underneath.
This way it works with all WPI_ interfaces.
The API docs for WPI_TalonFX for that function indicate it will always use %-output, because it is re-implemented from WPI_Base motor controller. EDIT: ozrien sniped me
The API docs are linked in “Additional resources” on their Read the Docs, https://phoenix-documentation.readthedocs.io/en/latest/ch23_AddResource.html
which you can get to from the Technical Resources tab on the Falcon/TalonFX page
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.