Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Field Relative #17

Merged
merged 28 commits into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a9c8820
Add field relative setting to NT and layout cleaner code
KenwoodFox Mar 5, 2024
d9f0768
Fix style, fix unit tests
KenwoodFox Mar 5, 2024
5f4d07a
Add field relative setting to NT and layout cleaner code
KenwoodFox Mar 5, 2024
52780b9
Fix style, fix unit tests
KenwoodFox Mar 5, 2024
7cd7a16
Clean and standardize
KenwoodFox Mar 5, 2024
5191242
Fix robot name
KenwoodFox Mar 5, 2024
6f07eea
adding limitswitch
Mar 6, 2024
7bf923a
Merge remote-tracking branch 'refs/remotes/origin/feat/field_relative…
Mar 6, 2024
fbfb48b
make networktables a tree
dublUayaychtee Mar 6, 2024
810352e
who changed the swerve nt paths
dublUayaychtee Mar 6, 2024
5e2aca2
ahh We make the PID Work by barely even touching it
NotSimon5673 Mar 7, 2024
ea9618a
Merge branch 'feat/field_relative' of https://github.com/FRC-1721/172…
NotSimon5673 Mar 7, 2024
6850a09
switching to pigeon (#18)
Kredcool Mar 8, 2024
4c7c0a6
don't keep adding more wheels
dublUayaychtee Mar 9, 2024
b23b77a
Merge branch 'feat/field_relative' of github.com:FRC-1721/1721-Cresce…
dublUayaychtee Mar 9, 2024
7cc41a8
add cameras
dublUayaychtee Mar 9, 2024
f065f05
make error image same size as camera
dublUayaychtee Mar 9, 2024
cefd028
fix layout, move nt css to seperate file
dublUayaychtee Mar 9, 2024
a89894f
make the nt table tree work correctly and not incorrectly
dublUayaychtee Mar 9, 2024
2a438d5
cursor pointer
dublUayaychtee Mar 10, 2024
286c0a4
add FIEld relATIVE TOGGLE BUTTON!!!!
dublUayaychtee Mar 10, 2024
e54bb67
hide broken image icon
dublUayaychtee Mar 10, 2024
dcd9474
Merge branch 'feat/climber' into feat/field_relative
Kredcool Mar 10, 2024
7603f6a
Update rio/constants.py
Kredcool Mar 10, 2024
2a8c7af
Update rio/commands/setIntakeSpeed.py
Kredcool Mar 10, 2024
3fe1b6b
Update rio/commands/setIntakeSpeed.py
Kredcool Mar 10, 2024
6b20b4b
formitting with black, Jack please install black
Mar 10, 2024
6dc4263
Merge remote-tracking branch 'refs/remotes/origin/feat/field_relative…
Mar 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions Pipfile

This file was deleted.

20 changes: 0 additions & 20 deletions Pipfile.lock

This file was deleted.

4 changes: 3 additions & 1 deletion dashboard/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ sed -i -e "/<\!--RR-->/rsrc/asset/wheel/RR.svg" dist/index.html
sed -i -e "/<\!--FLd-->/rsrc/asset/wheel/FLd.svg" dist/index.html
sed -i -e "/<\!--FRd-->/rsrc/asset/wheel/FRd.svg" dist/index.html
sed -i -e "/<\!--RLd-->/rsrc/asset/wheel/RLd.svg" dist/index.html
sed -i -e "/<\!--RRd-->/rsrc/asset/wheel/RRd.svg" dist/index.html
sed -i -e "/<\!--RRd-->/rsrc/asset/wheel/RRd.svg" dist/index.html

sed -i "/<!--[FLR]\{2\}d\?-->/d" dist/index.html
Loading
Loading