CTRE Phoenix C++ 5.33.1
FollowerType.h
Go to the documentation of this file.
1/* Copyright (C) Cross The Road Electronics 2024 */
2#pragma once
3
4namespace ctre {
5namespace phoenix {
6namespace motorcontrol {
7
8/**
9 * Choose the type of follower
10 */
12 /**
13 * Follow the percentOutput the master is using
14 */
16 /**
17 * Follow the auxiliary output the master is
18 * calculating. Used for 2-axis control.
19 * This typically means apply PID0 - PID1 from master.
20 */
22};
23
24} // namespace motorcontrol
25} // namespace phoenix
26} // namespace ctre
FollowerType
Choose the type of follower.
Definition: FollowerType.h:11
@ FollowerType_AuxOutput1
Follow the auxiliary output the master is calculating.
Definition: FollowerType.h:21
@ FollowerType_PercentOutput
Follow the percentOutput the master is using.
Definition: FollowerType.h:15
namespace ctre
Definition: paramEnum.h:5