[Feature] Drop .left and .right attributes from DriveBase #910
Labels
enhancement
New feature or request
software: pybricks-micropython
Issues with Pybricks MicroPython firmware (or EV3 runtime)
topic: motors
Issues involving motors
topic: optimization
Issues related to optimizing the runtime for size or performance.
Is your feature request related to a problem? Please describe.
The
DriveBase
class has two undocumented attributes calledleft
andright
which can be used to access the motor objects with which the drive base was initialized.Describe the solution you'd like
Delete them. They are not needed and not documented.
On Move Hub, this means we can drop the custom attribute handler for this class and save a bit more space.
The text was updated successfully, but these errors were encountered: