-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
I noticed that the this snippet is quite slow, it takes around 40ms.
t0 = time()
control.pitch = (...)
control.yaw = (...)
print('dt', time() - t0)
Is there a non-blocking interface for sending data, analogous to streams for receiving data?
EDIT: Or is there at least a way to batch the control updates into a single RPC?
Btw, a big thanks for making this mod! Have you considered opening a Patreon account for this project? I'd like to encourage future maintenance ;)