mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
robotics: basic placeholder DriveBase class
This commit is contained in:
@@ -46,6 +46,7 @@ programs.
|
||||
ev3devices
|
||||
parameters
|
||||
tools
|
||||
robotics
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
:mod:`robotics` -- Robotics module
|
||||
===========================================
|
||||
|
||||
.. automodule:: robotics
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user