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
# forked from: https://gist.github.com/awesomebytes/75daab3adb62b331f21ecf3a03b3ab46 | |
import time | |
import openvr | |
from pythonosc import osc_message_builder | |
from pythonosc import osc_bundle_builder | |
from pythonosc import udp_client | |
def get_controller_ids(vrsys=None): |