We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69aaece + 6fea165 commit c512c40Copy full SHA for c512c40
docs/user/motors/tanks.rst
@@ -93,8 +93,9 @@ The predefined ``CylindricalTank`` class is easy to use and is defined as such:
93
94
.. note::
95
The ``spherical_caps`` parameter is optional and defaults to ``False``. If set
96
- to ``True``, the tank will be defined as a cylinder with flat caps.
97
- If True, the tank will have spherical caps.
+ to ``True``, the tank will have spherical caps at the top and bottom with the
+ same radius as the cylindrical part. If set to ``False``, the tank will
98
+ be defined as a cylinder with flat caps.
99
100
The predefined ``SphericalTank`` is defined with:
101
0 commit comments