Skip to content

Commit

Permalink
Initialized the project
Browse files Browse the repository at this point in the history
  • Loading branch information
cwstryker committed Jan 25, 2024
1 parent 60cf997 commit 974bcdb
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
30 changes: 30 additions & 0 deletions flywheel_falcon500_sim/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# Use this configuration file to control what RobotPy packages are installed
# on your RoboRIO
#

[tool.robotpy]

# Version of robotpy this project depends on
robotpy_version = "2024.2.1.1"

# Which extra RobotPy components should be installed
# -> equivalent to `pip install robotpy[extra1, ...]
robotpy_extras = [
# "all",
# "apriltag",
# "commands2",
# "cscore",
# "navx",
# "pathplannerlib",
"phoenix5",
# "phoenix6",
# "playingwithfusion",
# "rev",
# "romi",
# "sim",
# "xrp",
]

# Other pip packages to install
requires = ["robotpy-commands-v2==2024.2.1", "black", "isort", "mypy"]
38 changes: 38 additions & 0 deletions flywheel_falcon500_sim/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
bcrypt==4.1.2
black==23.12.1
cffi==1.16.0
click==8.1.7
colorama==0.4.6
cryptography==41.0.7
iniconfig==2.0.0
isort==5.13.2
mypy==1.8.0
mypy-extensions==1.0.0
packaging==23.2
paramiko==3.4.0
pathspec==0.12.1
phoenix6==24.1.0
Pint==0.23
platformdirs==4.1.0
pluggy==1.3.0
pycparser==2.21
pyfrc==2024.0.1
PyNaCl==1.5.0
pynetconsole==2.0.4
pyntcore==2024.2.1.2
pytest==7.4.4
pytest-reraise==2.1.2
robotpy==2024.2.1.1
robotpy-cli==2024.0.0
robotpy-commands-v2==2024.2.1
robotpy-ctre==2024.1.1
robotpy-hal==2024.2.1.2
robotpy-halsim-gui==2024.2.1.2
robotpy-installer==2024.1.3
robotpy-wpilib-utilities==2024.0.0
robotpy-wpimath==2024.2.1.2
robotpy-wpinet==2024.2.1.2
robotpy-wpiutil==2024.2.1.2
tomli==2.0.1
typing_extensions==4.9.0
wpilib==2024.2.1.2
1 change: 1 addition & 0 deletions flywheel_falcon500_sim/robot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: insert robot code here

0 comments on commit 974bcdb

Please sign in to comment.