robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
169 stars 59 forks source link

Disable networktables when not installed #40

Closed computer-whisperer closed 9 years ago

computer-whisperer commented 9 years ago

Currently you cannot use robotbase without networktables installed, or it throws an error when it tries to initialize it. Perhaps it should detect this and avoid using it if it is missing.

computer-whisperer commented 9 years ago

I apologize, I was incorrect. It was my own code that was doing it, not robotbase.