Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ea63a21

Browse files
authored
Merge pull request #6 from Mekone/patch-1
Wrong subscript
2 parents 9e24f77 + c705a43 commit ea63a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Pages/GettingStarted.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
3)计算变换矩阵:
7777

78-
$${^i_{i-1}}T = Rot(x_{i-1}, \alpha_{i-1}) \cdot Trans(x_{i-1},a_i) \cdot Rot(z_i, \theta_i) \cdot Trans(z_i, d_i)$$
78+
$${^i_{i-1}}T = Rot(x_{i-1}, \alpha_{i-1}) \cdot Trans(x_{i-1},a_{i-1}) \cdot Rot(z_i, \theta_i) \cdot Trans(z_i, d_i)$$
7979

8080
$${^i_{i-1}}T=\begin{bmatrix}cos(\theta_i)&-sin(\theta_i)&0&a_{i-1}\\sin(\theta_i)cos(\alpha_{i-1})&cos(\theta_i)cos(\alpha_{i-1})&-sin(\alpha_{i-1})&-d_isin(\alpha_{i-1})\\sin(\theta_i)sin(\alpha_{i-1})&cos(\theta_i)sin(\alpha_{i-1})&cos(\alpha_{i-1})&d_icos(\alpha_{i-1})\0円&0&0&1\end{bmatrix}$$
8181

@@ -205,4 +205,4 @@ $$F = m \cdot a$$
205205

206206
是的,于是你发现了基于动力学前馈的 PID 控制算法。
207207

208-
Craig 书上剩下的其他一些部分,可以大概浏览一下,因为有不少内容已经比较旧了。
208+
Craig 书上剩下的其他一些部分,可以大概浏览一下,因为有不少内容已经比较旧了。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /