- pid can negative
- controller: check user input and continue, removed old stuff, cleaned up git-svn-id: http://moon:8086/svn/projects/HendiControl@275 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -10,7 +10,7 @@ class Pid():
|
||||
self.xd = 0
|
||||
|
||||
# Auto windup
|
||||
self.y_min = 0.0
|
||||
self.y_min = -1.0
|
||||
self.y_max = 1.0
|
||||
|
||||
# Output
|
||||
|
||||
Reference in New Issue
Block a user