File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ It follows the coordinate conventions defined in `ROS REP 103 <https://www.ros.o
46
46
47
47
.. math ::
48
48
49
- θ = \frac {2 \pi }{n}
49
+ \theta = \frac {2 \pi }{n}
50
50
51
51
**Inverse Kinematics **
52
52
@@ -423,8 +423,8 @@ The turning radius of the robot is
423
423
Then the steering angles of the front wheels must satisfy these conditions to avoid skidding
424
424
425
425
.. math ::
426
- \phi _{left} &= \arctan \left (\frac {l}{R_b - w_f/2 }\right ) & = \arctan \left (\frac {2 l\sin (\phi )}{2 l\cos (\phi ) - w_f\sin (\phi )}\right )\\
427
- \phi _{right} &= \arctan \left (\frac {l}{R_b + w_f/2 }\right ) & = \arctan \left (\frac {2 l\sin (\phi )}{2 l\cos (\phi ) + w_f\sin (\phi )}\right )
426
+ \phi _{left} &= \arctan \left (\frac {l}{R_b - w_f/2 }\right ) = \arctan \left (\frac {2 l\sin (\phi )}{2 l\cos (\phi ) - w_f\sin (\phi )}\right )\\
427
+ \phi _{right} &= \arctan \left (\frac {l}{R_b + w_f/2 }\right ) = \arctan \left (\frac {2 l\sin (\phi )}{2 l\cos (\phi ) + w_f\sin (\phi )}\right )
428
428
429
429
**Odometry **
430
430
You can’t perform that action at this time.
0 commit comments