This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from frclib import Robot, Controller, get_environment | |
def main(): | |
ROBOTS = [Robot()] | |
controller = Controller() | |
while True: | |
environment = get_environment() | |
for robot in ROBOTS: | |
control_loop(robot, environment, controller) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "poetry-issue" | |
version = "0.1.0" | |
description = "" | |
authors = ["Zane Dufour <[email protected]>"] | |
readme = "README.md" | |
packages = [{ include = "poetry_issue" }] | |
[tool.poetry.dependencies] | |
python = "^3.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "poetry-issue" | |
version = "0.1.0" | |
description = "" | |
authors = ["Zane Dufour <[email protected]>"] | |
readme = "README.md" | |
packages = [{ include = "poetry_issue" }] | |
[tool.poetry.dependencies] | |
python = "^3.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#CommentFlag // | |
#InstallKeybdHook | |
// Author: Jarvis Prestidge | |
// Description: Simulates my preferred keyboard layout, similiar to that of the Pok3r 60% keyboard | |
// on any keyboard without programmable keys. i.e. my laptop ^^ | |
// <COMPILER: v1.1.22.00> | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.