robotpy / examples

Repository of RobotPy example projects
45 stars 53 forks source link

Stop using SampleRobot #22

Closed auscompgeek closed 3 years ago

auscompgeek commented 5 years ago

It seems we have 11 examples here that still use SampleRobot:

We can probably just remove the last one, but the others need to be updated to use TimedRobot instead.

RustyRaptor commented 5 years ago

agreed. This causes a lot of frustration for new programmers especially if they started with the getting-started example.

auscompgeek commented 5 years ago

The getting-started example doesn't use SampleRobot.

RustyRaptor commented 5 years ago

Yes sorry, my point is that if you start out by learning that structure of getting-started the other examples using SampleRobot can be difficult to incorporate into your code.

auscompgeek commented 3 years ago

This was done last year.