robotpy / robotpy-wpilib-utilities

Useful utility functions/objects for RobotPy
BSD 3-Clause "New" or "Revised" License
11 stars 19 forks source link

Cannot import commandbased #164

Closed adam-mcdaniel closed 4 years ago

adam-mcdaniel commented 4 years ago

Going based off of the example code, I've been trying to import CommandBasedRobot from commandbased. Its not working because it cannot import wpilib.command. command

virtuald commented 4 years ago

Commands installation is separate this year. Honestly, we should move the commandbased stuff over to that module, because if we ever get commands v2 working it'll probably need a different commandbased base.

https://robotpy.readthedocs.io/en/stable/install/commands.html