Skip to content

Reverse stream / non-blocking control #12

@janismac

Description

@janismac

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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions