From c4bc5dfb0b5905395a146c2acbe7df15ae63f7db Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 8 Jan 2024 00:50:45 -0500 Subject: [PATCH] Add romi and xrp --- README.md | 6 ++---- romi-requirements.txt | 4 +--- xrp-requirements.txt | 1 + 3 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 xrp-requirements.txt diff --git a/README.md b/README.md index 5fa289b..e591a52 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,9 @@ categories are: * phoenix6 * playingwithfusion * rev -* sim - -The following aren't available for 2023 yet: - * romi +* sim +* xrp Let's say that you wanted to install the latest version of the NavX software along with command based programming. You would do this: diff --git a/romi-requirements.txt b/romi-requirements.txt index 9e83242..70c5ddc 100644 --- a/romi-requirements.txt +++ b/romi-requirements.txt @@ -1,3 +1 @@ -# Not updated for 2023 yet? -# robotpy-romi<2024.0.0,>=2022.2.1.0; platform_machine != "armv7l" -error-robotpy-romi-not-available-yet \ No newline at end of file +robotpy-romi==2024.1.1.1; platform_machine != "roborio" diff --git a/xrp-requirements.txt b/xrp-requirements.txt new file mode 100644 index 0000000..9609705 --- /dev/null +++ b/xrp-requirements.txt @@ -0,0 +1 @@ +robotpy-xrp==2024.1.1.1; platform_machine != "roborio"