mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Added fscalar to JSON configuration
This commit is contained in:
@@ -25,6 +25,10 @@ public class PIDFConfig
|
||||
* Feedforward value for PID.
|
||||
*/
|
||||
public double f;
|
||||
/**
|
||||
* Feedforward scalar for PID applied dynamically.
|
||||
*/
|
||||
public double fscalar = 1;
|
||||
/**
|
||||
* Integral zone of the PID.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user