We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701f9b4 commit c6694b5Copy full SHA for c6694b5
1 file changed
docs/section-7/feedforward-control.md
@@ -76,8 +76,12 @@ For those that want a quick summary:
76
77
The SysID tool runs two types of tests:
78
79
-- Quasistatic: mechanism is gradually sped up (determines amount of voltage needed for velocity)
80
-- Dynamic: mechanism is given a constant 'step voltage' (determines amount of voltage needed for acceleration)
+- Quasistatic:
+ - Mechanism is gradually sped up
81
+ - Determines amount of voltage needed for velocity
82
+- Dynamic:
83
+ - mechanism is given a constant 'step voltage'
84
+ - determines amount of voltage needed for acceleration
85
86
These tests can be run backwards and forwards. To create the test, you have to write create a SysIdRoutine object:
87
```java
0 commit comments