Skip to content

Commit

Permalink
Cleanup, add tunable decel, multitag on rio, and add bunnybots aprilt…
Browse files Browse the repository at this point in the history
…ag field layout, update robot to cam
  • Loading branch information
jpothen8 committed Dec 11, 2023
1 parent 290dc76 commit 2810d93
Show file tree
Hide file tree
Showing 16 changed files with 587 additions and 1,027 deletions.
5 changes: 1 addition & 4 deletions simgui-ds.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,9 @@
}
],
"robotJoysticks": [
{},
{
"guid": "Keyboard0"
},
{
"guid": "78696e70757401000000000000000000",
"useGamepad": true
}
]
}
44 changes: 26 additions & 18 deletions simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/Ungrouped/DigitalInput[5]": "Digital Input",
"/LiveWindow/Ungrouped/DigitalInput[6]": "Digital Input",
"/LiveWindow/Ungrouped/DigitalInput[7]": "Digital Input",
"/LiveWindow/Ungrouped/DigitalInput[8]": "Digital Input",
Expand Down Expand Up @@ -31,13 +32,26 @@
"/LiveWindow/Ungrouped/PIDController[8]": "PIDController",
"/LiveWindow/Ungrouped/PIDController[9]": "PIDController",
"/LiveWindow/Ungrouped/navX-Sensor[1]": "Gyro",
"/LiveWindow/Ungrouped/navX-Sensor[4]": "Gyro",
"/Monologuing/field": "Field2d",
"/Monologuing/robot/elevator/mech": "Mechanism2d",
"/Monologuing/routineChooser": "String Chooser",
"/Monologuing/scheduler": "Scheduler",
"/SmartDashboard/Command Scheduler": "Scheduler",
"/SmartDashboard/Elevator Visual": "Mechanism2d",
"/SmartDashboard/Field": "Field2d",
"/SmartDashboard/Routine Chooser": "String Chooser"
},
"windows": {
"/Monologuing/field": {
"height": 8.229599952697754,
"image": "C:\\Users\\jpoth\\Downloads\\field(1).png",
"units": "feet",
"width": 16.459199905395508,
"window": {
"visible": true
}
},
"/SmartDashboard/Command Scheduler": {
"window": {
"visible": true
Expand Down Expand Up @@ -74,16 +88,16 @@
"open": true,
"robot": {
"drive": {
"double[]##v_/Monologuing/robot/drive/1.1 Estimated Pose": {
"open": true
},
"double[]##v_/Monologuing/robot/drive/Current Chassis Speeds": {
"open": true
},
"double[]##v_/Monologuing/robot/drive/Estimated Pose": {
"open": true
}
},
"elevator": {
"open": true
},
"intake": {
"double[]##v_/Monologuing/robot/intake/3.1 Intake 3D Position": {
"open": true
Expand Down Expand Up @@ -131,7 +145,7 @@
0.0,
0.8500000238418579
],
"height": 266,
"height": 974,
"series": [
{
"color": [
Expand All @@ -140,7 +154,7 @@
0.6901960968971252,
1.0
],
"id": "NT:/Shuffleboard/Robot/Elevator/Current Motor Pos"
"id": "NT:/Monologuing/robot/elevator/2.1 Current Pos"
},
{
"color": [
Expand All @@ -149,7 +163,7 @@
0.32156863808631897,
1.0
],
"id": "NT:/Shuffleboard/Robot/Elevator/Current Motor Vel"
"id": "NT:/Monologuing/robot/elevator/2.2 Current Vel"
},
{
"color": [
Expand All @@ -158,7 +172,7 @@
0.4078431725502014,
1.0
],
"id": "NT:/Shuffleboard/Robot/Elevator/Desired Motor Pos"
"id": "NT:/Monologuing/robot/elevator/2.3 Desired Pos"
},
{
"color": [
Expand All @@ -167,14 +181,11 @@
0.32156863808631897,
1.0
],
"id": "NT:/Shuffleboard/Robot/Elevator/Desired Motor Vel"
"id": "NT:/Monologuing/robot/elevator/2.4 Desired Vel"
}
]
}
],
"window": {
"visible": false
}
]
},
"Plot <1>": {
"plots": [
Expand All @@ -185,7 +196,7 @@
0.0,
0.8500000238418579
],
"height": 303,
"height": 514,
"series": [
{
"color": [
Expand All @@ -194,14 +205,11 @@
0.6901960968971252,
1.0
],
"id": "NT:/Shuffleboard/Robot/Elevator/Last motor voltage"
"id": "NT:/Monologuing/robot/elevator/1.1 Last voltage"
}
]
}
],
"window": {
"visible": false
}
]
}
}
}
Loading

0 comments on commit 2810d93

Please sign in to comment.