Skip to content

Conversation

@virtuald
Copy link
Member

@virtuald virtuald commented Jan 4, 2026

I manually reviewed most of the changes. However, the best way to review this would probably be looking at the individual commits since I'm keeping the whole history of the example repo.

... oh, there's some AI slop in state space examples, I need to revert that, will have to do it tomorrow.

virtuald and others added 30 commits April 15, 2018 22:00
Update examples to use more realistic drivetrain physics model
Add python 3.7 testing for travis
Reformat examples using black
shuffleboard: Fix copyright year
Update magicbot examples to use variable annotation syntax
auscompgeek and others added 9 commits January 27, 2025 15:47
Based on wpilibsuite/allwpilib#6053, I updated
the following examples:
- Armbot
- ArmBotOffboard
- DifferentialDriveBot
- GyroDriveCommands
- FrisbeeBot
- HatchbotInlined
- HatchbotTraditional
- RamseteCommand
- RamseteController

These are all of the available examples from said PR that could be
updated.
Update ROMI/XRP examples to use run-romi/run-xrp
@virtuald virtuald changed the base branch from main to 2027 January 4, 2026 21:44
@virtuald virtuald marked this pull request as ready for review January 5, 2026 05:35
@virtuald virtuald marked this pull request as draft January 5, 2026 05:38
@virtuald virtuald force-pushed the examples branch 3 times, most recently from 2d56f2d to 88e4d4a Compare January 11, 2026 19:58
@virtuald virtuald marked this pull request as ready for review January 17, 2026 23:08
@virtuald virtuald merged commit 6d566b2 into 2027 Jan 18, 2026
34 of 35 checks passed
@virtuald virtuald deleted the examples branch January 18, 2026 06:30
@auscompgeek
Copy link
Member

You did see robotpy/examples#133 where I started working on updating the examples right?

@virtuald
Copy link
Member Author

.. nope

# LED Data
self.ledData = [wpilib.AddressableLED.LEDData() for _ in range(kLEDBuffer)]
def __init__(self) -> None:
super().__init__()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we were keeping robotInit for Python, per wpilibsuite/allwpilib#6623 (comment)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well. I definitely forgot about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.