Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SHAILAB-IPEC/OpenFly-Platform
/ receive_pose
Method
receive_pose
scripts/sim/env_bridge.py:28–31 ·
view source on GitHub ↗
(self, conn)
Source
from the content-addressed store, hash-verified
26
return
conn
27
28
def
receive_pose(self, conn):
29
30
data = conn.recv(1024).decode()
31
return
data
32
33
34
def
load_config(config_file=
"config.yaml"
):
Callers
1
handle_planner
Function · 0.95
Calls
1
decode
Method · 0.80
Tested by
no test coverage detected