-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Config.json
33 lines (32 loc) · 988 Bytes
/
Config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"IP": "127.0.0.1",
"ListeningPort": 9001,
"SendingPort": 9000,
"RunDeadzone": 0.70,
"WalkDeadzone": 0.15,
"StrengthMultiplier": 1.2,
"UpDownCompensation": 1.0,
"UpDownDeadzone": 0.5,
"TurningEnabled": false,
"TurningMultiplier": 0.80,
"TurningDeadzone": 0.15,
"TurningGoal": 90,
"ActiveDelay": 0.02,
"InactiveDelay": 0.5,
"Logging": false,
"XboxJoystickMovement": false,
"UseOSCQuery": false,
"PhysboneParameters":
[
"Leash"
],
"DirectionalParameters":
{
"Z_Positive_Param": "Leash_Z+",
"Z_Negative_Param": "Leash_Z-",
"X_Positive_Param": "Leash_X+",
"X_Negative_Param": "Leash_X-",
"Y_Positive_Param": "Leash_Y+",
"Y_Negative_Param": "Leash_Y-"
}
}