Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeffreyKuo committed Feb 14, 2024
1 parent a89221a commit 9dd1ec2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pages/programming/robotics-framework/mecanum-teleop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@

## Mecanum Wheel Control

$$
y = \text{forward velocity}
$$

$$
x = \text{strafe velocity} \times f
$$

$$
\begin{align*}
y = \text{forward velocity} \\
x = \text{strafe velocity} \times f \\
r = \text{rotational velocity}
$$
\end{align*}

$$
\text{denominator} = \max(\lvert y \rvert + \lvert x \rvert + \lvert r \rvert, 1)
Expand Down

0 comments on commit 9dd1ec2

Please sign in to comment.