Skip to content

Commit 57bdd65

Browse files
added note about unfinished trapezoid section
1 parent 6d7944b commit 57bdd65

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/section-7/control.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ It is usually common and best to use both. In the next few pages, we will discus
2525

2626
It is often easy to get a motor to move at a certain velocity and acceleration using Feedforward + Feedback (which will be explained in the next few articles). However, what if we want a motor to turn to an exact position? In order to use feedforward effectively for position control, we need to come up with a sequence of velocities that will take the robot mechanism to the desire position. This is called a motion profile.
2727

28+
!!! warning
29+
The Trapezoid Profiling section is still being worked on.
30+
2831
In some situations, using a motion profile is overkill and feedback control is enough. We will explain why that sometimes pure pid or motion profiling would be for certain situations.

0 commit comments

Comments
 (0)