We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932bba4 commit 35ab6faCopy full SHA for 35ab6fa
tools/virtual-hub-animator/data_server.py
@@ -35,7 +35,7 @@ def handle_message(id, data):
35
def socket_send_data_task():
36
while True:
37
sio.sleep(0.04)
38
- sio.emit("hubStateData", {"data": motor_angles}, broadcast=True)
+ sio.emit("hubStateData", {"data": motor_angles})
39
40
41
def server_task():
0 commit comments