Skip to content

Commit

Permalink
Merge branch 'dev' into Alex's-BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
alexl1239 committed Jul 24, 2024
2 parents 9888b6d + 58b2b23 commit c903ca2
Show file tree
Hide file tree
Showing 10 changed files with 307 additions and 480 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# sim
simgui*
27 changes: 12 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,25 @@
[tool.robotpy]

# Version of robotpy this project depends on
robotpy_version = "2024.1.1.1"
robotpy_version = "2024.3.2.2"

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

# Other pip packages to install
requires = [
"robotpy-commands-v2==2024.0.0b4",
"robotpy-ctre==2024.0.0b4",
]
requires = []
2 changes: 1 addition & 1 deletion robot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import commands2
from toolkit.subsystem import Subsystem
import phoenix5 as ctre
import phoenix6 as ctre
import ntcore
import wpilib
import command
Expand Down
92 changes: 0 additions & 92 deletions simgui-ds.json

This file was deleted.

64 changes: 0 additions & 64 deletions simgui-window.json

This file was deleted.

10 changes: 0 additions & 10 deletions simgui.json

This file was deleted.

2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from tests.mechanism_setup import mechanism
# from tests.mechanism_setup import mechanism
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import wpilib
from unittest import mock
import phoenix5 as ctre
import phoenix6 as ctre
import commands2
import rev
from robot_systems import Robot, Sensors, Pneumatics
Expand Down
Loading

0 comments on commit c903ca2

Please sign in to comment.