From ba53125472a21a664de65e1bc5a1594d030034a3 Mon Sep 17 00:00:00 2001 From: DEC05EBA Date: Mon, 16 Dec 2019 00:26:22 +0100 Subject: initial commit --- config/hellovr_actions.json | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 config/hellovr_actions.json (limited to 'config/hellovr_actions.json') diff --git a/config/hellovr_actions.json b/config/hellovr_actions.json new file mode 100644 index 0000000..dab1e9a --- /dev/null +++ b/config/hellovr_actions.json @@ -0,0 +1,59 @@ +{ + "default_bindings": [ + { + "controller_type" : "vive_controller", + "binding_url" : "hellovr_bindings_vive_controller.json" + }, + { + "controller_type" : "generic", + "binding_url" : "hellovr_bindings_generic.json" + } + ], + "actions": [ + { + "name": "/actions/demo/in/HideCubes", + "type": "boolean" + }, + { + "name": "/actions/demo/in/HideThisController", + "type": "boolean" + }, + { + "name": "/actions/demo/in/triggerhaptic", + "type": "boolean" + }, + { + "name": "/actions/demo/in/AnalogInput", + "type": "vector2" + }, + { + "name": "/actions/demo/in/Hand_Right", + "type": "pose" + }, + { + "name": "/actions/demo/in/Hand_Left", + "type": "pose" + }, + { + "name": "/actions/demo/out/haptic_left", + "type": "vibration" + }, + { + "name": "/actions/demo/out/haptic_right", + "type": "vibration" + } + ], + "localization" : [ + { + "language_tag": "en_US", + "/actions/demo/in/HideCubes" : "Hide Cubes", + "/actions/demo/in/HideThisController" : "Hide this Controller", + "/actions/demo/in/triggerhaptic" : "Trigger Haptic Pulse", + "/actions/demo/in/AnalogInput" : "Analog Input", + "/actions/demo/in/Hand_Right" : "Right Hand Pose", + "/actions/demo/in/Hand_Left" : "Left Hand Pose", + "/actions/demo/out/haptic_left" : "Left Haptic Feedback", + "/actions/demo/out/haptic_right" : "Right Haptic Feedback" + } + ] +} -- cgit v1.2.3