mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Update Java Simulation Examples (#913)
Removes apriltagExample and simposeest, replacing them with swervedriveposeestsim --------- Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
@@ -1,28 +1,25 @@
|
||||
{
|
||||
"Keyboard 0 Settings": {
|
||||
"window": {
|
||||
"visible": true
|
||||
}
|
||||
},
|
||||
"keyboardJoysticks": [
|
||||
{
|
||||
"axisConfig": [
|
||||
{},
|
||||
{
|
||||
"decKey": 87,
|
||||
"incKey": 83
|
||||
},
|
||||
{},
|
||||
{
|
||||
"decKey": 69,
|
||||
"decayRate": 0.0,
|
||||
"incKey": 82,
|
||||
"keyRate": 0.009999999776482582
|
||||
"decayRate": 0.10000000149011612,
|
||||
"incKey": 81,
|
||||
"keyRate": 0.10000000149011612
|
||||
},
|
||||
{},
|
||||
{},
|
||||
{
|
||||
"decKey": 68,
|
||||
"incKey": 65
|
||||
"decayRate": 0.10000000149011612,
|
||||
"incKey": 69,
|
||||
"keyRate": 0.10000000149011612
|
||||
},
|
||||
{
|
||||
"decKey": 65,
|
||||
"incKey": 68
|
||||
}
|
||||
],
|
||||
"axisCount": 6,
|
||||
|
||||
Reference in New Issue
Block a user