Skip to content

Commit d1e4bc3

Browse files
Fix latex export (#1859)
1 parent b153910 commit d1e4bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/mobile_robot_kinematics.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It follows the coordinate conventions defined in `ROS REP 103 <https://www.ros.o
4646

4747
.. math::
4848
49-
θ = \frac{2\pi}{n}
49+
\theta = \frac{2\pi}{n}
5050
5151
**Inverse Kinematics**
5252

@@ -423,8 +423,8 @@ The turning radius of the robot is
423423
Then the steering angles of the front wheels must satisfy these conditions to avoid skidding
424424

425425
.. math::
426-
\phi_{left} &= \arctan\left(\frac{l}{R_b - w_f/2}\right) &= \arctan\left(\frac{2l\sin(\phi)}{2l\cos(\phi) - w_f\sin(\phi)}\right)\\
427-
\phi_{right} &= \arctan\left(\frac{l}{R_b + w_f/2}\right) &= \arctan\left(\frac{2l\sin(\phi)}{2l\cos(\phi) + w_f\sin(\phi)}\right)
426+
\phi_{left} &= \arctan\left(\frac{l}{R_b - w_f/2}\right) = \arctan\left(\frac{2l\sin(\phi)}{2l\cos(\phi) - w_f\sin(\phi)}\right)\\
427+
\phi_{right} &= \arctan\left(\frac{l}{R_b + w_f/2}\right) = \arctan\left(\frac{2l\sin(\phi)}{2l\cos(\phi) + w_f\sin(\phi)}\right)
428428
429429
**Odometry**
430430

0 commit comments

Comments
 (0)