Summary
Add a feedforwards configuration constant for auto/drive. When feedforwards is not enabled (false), fall back to using the normal driveRobotRelative function instead of the PathPlanner-specific drive function.
Context
Identified while reviewing PR #19 when examining the YAGSL example. The current implementation always uses the feedforwards-enabled drive function regardless of configuration, which may not be desirable in all cases.
Tasks
References
/cc @Baconing
Summary
Add a feedforwards configuration constant for auto/drive. When feedforwards is not enabled (
false), fall back to using the normaldriveRobotRelativefunction instead of the PathPlanner-specific drive function.Context
Identified while reviewing PR #19 when examining the YAGSL example. The current implementation always uses the feedforwards-enabled drive function regardless of configuration, which may not be desirable in all cases.
Tasks
false, use the normaldriveRobotRelativefunction insteadReferences
/cc @Baconing