-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main_nav' into KylesStuckDetector
# Conflicts: # drivetrain/drivetrainCommand.py # navigation/repulsorFieldPlanner.py
- Loading branch information
Showing
19 changed files
with
319 additions
and
87 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"Docking": { | ||
"Data": [ | ||
"DockSpace ID=0x8B93E3BD Window=0xA787BDB4 Pos=0,19 Size=1920,990 CentralNode=1" | ||
] | ||
}, | ||
"MainWindow": { | ||
"GLOBAL": { | ||
"fps": "120", | ||
"height": "1009", | ||
"maximized": "1", | ||
"style": "0", | ||
"userScale": "2", | ||
"width": "1920", | ||
"xpos": "0", | ||
"ypos": "23" | ||
} | ||
}, | ||
"Window": { | ||
"###/SmartDashboard/DT Pose 2D": { | ||
"Collapsed": "0", | ||
"Pos": "456,119", | ||
"Size": "1338,714" | ||
}, | ||
"###NetworkTables": { | ||
"Collapsed": "0", | ||
"Pos": "250,277", | ||
"Size": "750,723" | ||
}, | ||
"###NetworkTables Info": { | ||
"Collapsed": "0", | ||
"Pos": "251,37", | ||
"Size": "750,158" | ||
}, | ||
"###NetworkTables Settings": { | ||
"Collapsed": "0", | ||
"Pos": "30,30", | ||
"Size": "329,169" | ||
}, | ||
"Debug##Default": { | ||
"Collapsed": "0", | ||
"Pos": "60,60", | ||
"Size": "400,400" | ||
}, | ||
"DockSpaceViewport_11111111": { | ||
"Collapsed": "0", | ||
"Pos": "0,19", | ||
"Size": "1920,990" | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"NetworkTables": { | ||
"types": { | ||
"/FMSInfo": "FMSInfo", | ||
"/SmartDashboard/DT Pose 2D": "Field2d" | ||
}, | ||
"windows": { | ||
"/SmartDashboard/DT Pose 2D": { | ||
"ModulePoses": { | ||
"color": [ | ||
255.0, | ||
157.5, | ||
0.0, | ||
255.0 | ||
], | ||
"image": "C:\\Users\\chris\\git\\RobotCasseroleSwerveBase2025\\swerve_module.png", | ||
"length": 0.4000000059604645, | ||
"weight": 2.0, | ||
"width": 0.4000000059604645 | ||
}, | ||
"Robot": { | ||
"color": [ | ||
255.0, | ||
202.50001525878906, | ||
0.0, | ||
255.0 | ||
] | ||
}, | ||
"curObstacles": { | ||
"image": "C:\\Users\\chris\\git\\RobotCasseroleSwerveBase2025\\obstacle.png", | ||
"length": 0.6000000238418579, | ||
"width": 0.6000000238418579 | ||
}, | ||
"desPose": { | ||
"arrows": false | ||
}, | ||
"height": 8.013679504394531, | ||
"visionObservations": { | ||
"arrowWeight": 1.0, | ||
"arrows": false, | ||
"color": [ | ||
0.22049212455749512, | ||
0.6078431606292725, | ||
0.58505779504776, | ||
255.0 | ||
], | ||
"weight": 6.0 | ||
}, | ||
"width": 16.541748046875, | ||
"window": { | ||
"visible": true | ||
} | ||
} | ||
} | ||
}, | ||
"NetworkTables Info": { | ||
"JSClient_33109861@3": { | ||
"Publishers": { | ||
"open": false | ||
}, | ||
"Subscribers": { | ||
"open": false | ||
}, | ||
"open": false | ||
}, | ||
"JSClient_52050899@2": { | ||
"Publishers": { | ||
"open": false | ||
}, | ||
"Subscribers": { | ||
"open": false | ||
}, | ||
"open": false | ||
}, | ||
"JSClient_75908461@3": { | ||
"Subscribers": { | ||
"open": false | ||
}, | ||
"open": false | ||
}, | ||
"glass@3": { | ||
"open": false | ||
}, | ||
"photonvision@1": { | ||
"Publishers": { | ||
"open": false | ||
} | ||
}, | ||
"photonvision@2": { | ||
"open": false | ||
}, | ||
"visible": true | ||
}, | ||
"NetworkTables Settings": { | ||
"mode": "Client (NT4)", | ||
"serverTeam": "1736" | ||
} | ||
} |
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
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
Oops, something went wrong.