robotics: basic placeholder DriveBase class

This commit is contained in:
Laurens Valk
2019-02-21 12:24:25 +01:00
parent 822877c416
commit a5bfa06a5e
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ programs.
ev3devices
parameters
tools
robotics
.. toctree::
:maxdepth: 1
+4
View File
@@ -0,0 +1,4 @@
:mod:`robotics` -- Robotics module
===========================================
.. automodule:: robotics
+8
View File
@@ -58,6 +58,14 @@ While we recommend to work with millimeters in your programs, you can use the fo
| 1 inch =| 25.4 | 2.54| 1 |
+---------+------+-----+--------+
.. _dimension:
dimension: mm
-------------
Dimensions are expressed in millimeters (mm) whenever possible, just like distances.
For example, the diameter of a wheel is measured in millimeters.
.. _relativedistance: