Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
/ brainhack-24 Public archive
generated from TIL-24/til-24-base

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-tribex authored and qitianshi committed Jun 5, 2024
1 parent 98f5c4c commit 8ce2600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autonomy/src/robot_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, uri: str, robot_sn: str, robot_ip: str, local_ip: str) -> Non
def sub_data_handler(angle_info):
_, self.camera_yaw, _, _ = angle_info

print(f"yaw: {self.camera_yaw}")
# print(f"yaw: {self.camera_yaw}")
# responsible for updating the server
self.loop.create_task(
self.send_websocket(
Expand Down
2 changes: 1 addition & 1 deletion main/src/participant_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def server():
print("done!")
break
else:
await manager.send_result({"health": "ok"})
await manager.send_result(websocket, {"health": "ok"})
continue
print(f"run {index}")
# ASR
Expand Down

0 comments on commit 8ce2600

Please sign in to comment.