robotpy/examples

broken code in physics

numerator opened this issue · 2 comments

This code was left in examples/physics/src/robot.py.

for dist in pkg_resources.Environment():
    print(dist)

exit(1)

I'd fix but don't have the privileges. The example seems to work once this is removed.

Oops! We used to have tests, but they were disabled in 2020... hope to get them reenabled this year.

I'll fix it, but in the future you can just fork the repo, make the change, push it, and make a pull request.