CHANGELOG.md
MANIFEST.in
README.md
requirements.txt
setup.py
lib/pyfrc/__init__.py
lib/pyfrc/config.py
lib/pyfrc/configloader.py
lib/pyfrc/util.py
lib/pyfrc/version.py
lib/pyfrc.egg-info/PKG-INFO
lib/pyfrc.egg-info/SOURCES.txt
lib/pyfrc.egg-info/dependency_links.txt
lib/pyfrc.egg-info/entry_points.txt
lib/pyfrc.egg-info/top_level.txt
lib/pyfrc/mains/__init__.py
lib/pyfrc/mains/cli_add_tests.py
lib/pyfrc/mains/cli_coverage.py
lib/pyfrc/mains/cli_deploy.py
lib/pyfrc/mains/cli_profiler.py
lib/pyfrc/mains/cli_sim.py
lib/pyfrc/mains/cli_test.py
lib/pyfrc/physics/__init__.py
lib/pyfrc/physics/core.py
lib/pyfrc/physics/drivetrains.py
lib/pyfrc/physics/visionsim.py
lib/pyfrc/sim/__init__.py
lib/pyfrc/sim/pygame_joysticks.py
lib/pyfrc/sim/robot_controller.py
lib/pyfrc/sim/sim_manager.py
lib/pyfrc/sim/sim_time.py
lib/pyfrc/sim/ui.py
lib/pyfrc/sim/ui_widgets.py
lib/pyfrc/sim/field/2017-field.gif
lib/pyfrc/sim/field/2018-field.gif
lib/pyfrc/sim/field/__init__.py
lib/pyfrc/sim/field/elements.py
lib/pyfrc/sim/field/field.py
lib/pyfrc/sim/field/robot_element.py
lib/pyfrc/sim/field/user_renderer.py
lib/pyfrc/test_support/__init__.py
lib/pyfrc/test_support/controller.py
lib/pyfrc/test_support/fake_time.py
lib/pyfrc/test_support/pyfrc_fake_hooks.py
lib/pyfrc/test_support/pytest_plugin.py
lib/pyfrc/tests/__init__.py
lib/pyfrc/tests/basic.py
lib/pyfrc/tests/docstring_test.py
lib/pyfrc/tests/fuzz_test.py
tests/conftest.py
tests/run_tests.sh
tests/test_drivetrains.py
tests/test_faketime.py
tests/test_tests.py
tests/test_visionsim.py
tests/examples/_remote_tests.sh
tests/examples/run_tests.sh
tests/examples/arcade-drive/robot.py
tests/examples/command-based/oi.py
tests/examples/command-based/robot.py
tests/examples/command-based/commands/__init__.py
tests/examples/command-based/commands/autonomous.py
tests/examples/command-based/commands/crash.py
tests/examples/command-based/commands/followjoystick.py
tests/examples/command-based/commands/setspeed.py
tests/examples/command-based/subsystems/singlemotor.py
tests/examples/cscore-intermediate-vision/robot.py
tests/examples/cscore-intermediate-vision/vision.py
tests/examples/cscore-quick-vision/robot.py
tests/examples/gearsbot/oi.py
tests/examples/gearsbot/robot.py
tests/examples/gearsbot/commands/__init__.py
tests/examples/gearsbot/commands/autonomous.py
tests/examples/gearsbot/commands/close_claw.py
tests/examples/gearsbot/commands/drive_straight.py
tests/examples/gearsbot/commands/open_claw.py
tests/examples/gearsbot/commands/pickup.py
tests/examples/gearsbot/commands/place.py
tests/examples/gearsbot/commands/prepare_to_pickup.py
tests/examples/gearsbot/commands/set_distance_to_box.py
tests/examples/gearsbot/commands/set_elevator_setpoint.py
tests/examples/gearsbot/commands/set_wrist_setpoint.py
tests/examples/gearsbot/commands/tankdrive_with_joystick.py
tests/examples/gearsbot/subsystems/__init__.py
tests/examples/gearsbot/subsystems/claw.py
tests/examples/gearsbot/subsystems/drivetrain.py
tests/examples/gearsbot/subsystems/elevator.py
tests/examples/gearsbot/subsystems/wrist.py
tests/examples/getting-started/robot.py
tests/examples/gyro/robot.py
tests/examples/iterative/src/robot.py
tests/examples/iterative/tests/basic_test.py
tests/examples/iterative/tests/pyfrc_test.py
tests/examples/magicbot-simple/robot.py
tests/examples/magicbot-simple/autonomous/__init__.py
tests/examples/magicbot-simple/autonomous/two_steps.py
tests/examples/magicbot-simple/components/__init__.py
tests/examples/magicbot-simple/components/component1.py
tests/examples/magicbot-simple/components/component2.py
tests/examples/magicbot-simple/tests/pyfrc_test.py
tests/examples/mecanum-drive/robot.py
tests/examples/motor-control/robot.py
tests/examples/navx/robot.py
tests/examples/navx-rotate-to-angle/physics.py
tests/examples/navx-rotate-to-angle/robot.py
tests/examples/navx-rotate-to-angle-arcade/physics.py
tests/examples/navx-rotate-to-angle-arcade/robot.py
tests/examples/navx-rotate-to-angle-arcade/tests/pyfrc_test.py
tests/examples/navx-rotate-to-angle/tests/pyfrc_test.py
tests/examples/navx/tests/pyfrc_test.py
tests/examples/pacgoat/__init__.py
tests/examples/pacgoat/oi.py
tests/examples/pacgoat/robot.py
tests/examples/pacgoat/commands/__init__.py
tests/examples/pacgoat/commands/check_for_hot_goal.py
tests/examples/pacgoat/commands/close_claw.py
tests/examples/pacgoat/commands/collect.py
tests/examples/pacgoat/commands/drive_and_shoot_autonomous.py
tests/examples/pacgoat/commands/drive_forward.py
tests/examples/pacgoat/commands/drive_with_joystick.py
tests/examples/pacgoat/commands/extend_shooter.py
tests/examples/pacgoat/commands/low_goal.py
tests/examples/pacgoat/commands/open_claw.py
tests/examples/pacgoat/commands/set_collection_speed.py
tests/examples/pacgoat/commands/set_pivot_setpoint.py
tests/examples/pacgoat/commands/shoot.py
tests/examples/pacgoat/commands/wait_for_ball.py
tests/examples/pacgoat/commands/wait_for_pressure.py
tests/examples/pacgoat/subsystems/__init__.py
tests/examples/pacgoat/subsystems/collector.py
tests/examples/pacgoat/subsystems/drivetrain.py
tests/examples/pacgoat/subsystems/pivot.py
tests/examples/pacgoat/subsystems/pneumatics.py
tests/examples/pacgoat/subsystems/shooter.py
tests/examples/pacgoat/triggers/__init__.py
tests/examples/pacgoat/triggers/double_button.py
tests/examples/physics-4wheel/src/physics.py
tests/examples/physics-4wheel/src/robot.py
tests/examples/physics-4wheel/tests/pyfrc_test.py
tests/examples/physics-camsim/src/physics.py
tests/examples/physics-camsim/src/robot.py
tests/examples/physics-camsim/tests/pyfrc_test.py
tests/examples/physics-mecanum/src/physics.py
tests/examples/physics-mecanum/src/robot.py
tests/examples/physics-mecanum/tests/pyfrc_test.py
tests/examples/physics-spi/src/physics.py
tests/examples/physics-spi/src/robot.py
tests/examples/physics-spi/tests/pyfrc_test.py
tests/examples/physics/src/physics.py
tests/examples/physics/src/robot.py
tests/examples/physics/tests/pyfrc_test.py
tests/examples/sample/src/robot.py
tests/examples/sample/tests/basic_test.py
tests/examples/sample/tests/pyfrc_test.py
tests/examples/stateful-autonomous/robot.py
tests/examples/stateful-autonomous/autonomous/__init__.py
tests/examples/stateful-autonomous/autonomous/drive_backwards.py
tests/examples/stateful-autonomous/autonomous/drive_forward.py
tests/examples/stateful-autonomous/autonomous/feature_example.py
tests/examples/stateful-autonomous/tests/autonomous_test.py
tests/examples/stateful-autonomous/tests/pyfrc_test.py
tests/examples/tank-drive/robot.py
tests/examples/timed/src/robot.py
tests/examples/timed/tests/basic_test.py
tests/examples/timed/tests/pyfrc_test.py