Skip to content

Commit 63ea5bd

Browse files
added conclusion
1 parent 4f92daa commit 63ea5bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/section-7/feedforward-control.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,6 @@ motor.setVoltage(pid.calculate(encoder.getDistance(), setpoint) + feedforward);
202202
```
203203

204204
## Conclusion
205+
206+
Using Feedforward and Feedback, you should now be able to control your mechanisms to go at desired velocities and accerations. However, what if you want your motor to turn to a specific position? (Hint: read next section on trapezoidal control).
207+

0 commit comments

Comments
 (0)