Skip to content

Commit

Permalink
pybricks.robotics: Add Car class.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Jan 25, 2024
1 parent 1d2c0c2 commit cf92da5
Show file tree
Hide file tree
Showing 10 changed files with 4,099 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## Unreleased

## Added

- Added `pybricks.robotics.Car` class.

### Changed

- Changed `pybricks.robotics.DriveBase` icon to two wheels instead of steering
Expand Down
1 change: 0 additions & 1 deletion doc/common/extensions/blockimg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import xml.etree.ElementTree as ET

from docutils.parsers.rst import directives
Expand Down
3 changes: 1 addition & 2 deletions doc/common/extensions/requirements-static.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"pybricks-iodevices",
"stm32-extra",
"stm32-float",
"pybricks-frozen",
}

# Large feature set.
Expand All @@ -31,12 +32,10 @@


class PybricksRequirementsStaticDirective(Directive):

required_arguments = 0
optional_arguments = 10

def run(self):

# Copy required resources to static
# CC BY-SA 4.0 via https://stackoverflow.com/a/63728208
env = self.state.document.settings.env
Expand Down

0 comments on commit cf92da5

Please sign in to comment.