robotpy / examples

Repository of RobotPy example projects
43 stars 52 forks source link

Add statespaceflywheel and schedulereventlogging examples. #69

Closed BerkeSinanYetkin closed 1 year ago

BerkeSinanYetkin commented 1 year ago

as per #49.

BerkeSinanYetkin commented 1 year ago

@auscompgeek @virtuald seems like the test enviroment doesn't have numpy installed, can any of you take care of it when you have some free time?

virtuald commented 1 year ago

Change line 35 of .github/workflows/test.yml to have numpy in it.

virtuald commented 1 year ago

Merged manually. Before making new PRs, I recommend two things:

(a) reset your main branch to match ours (b) in the future use branches to make PRs instead of main, then it'll be less likely to get out of sync