Skip to content

Commit d2e7bb1

Browse files
phrased intro paragraph to be more understandable
1 parent 274a0b4 commit d2e7bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/section-7/feedforward-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
type="text/javascript">
44
</script>
55

6-
Feedforward control means providing the mechanism with the control signal you think it needs to make the mechanism do what you want, without any knowledge of where the mechanism currently is. If you ever used a joystick to "directly" control the speed of a motor through applied voltage, maybe like this:
6+
Feedforward control means controlling a mechanism do a certain action based on knowledge of its behavior (physics, empirical tests, math, etc), rather than controlling based on how "far" away it is from your goal (PID Control). For example, if you've ever used a joystick to "directly" control the speed of a motor through applied voltage, maybe like this:
77

88
```java
99
Joystick stick = new Joystick(0);

0 commit comments

Comments
 (0)