MCPcopy 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
34def load_config(config_file="config.yaml"):

Callers 1

handle_plannerFunction · 0.95

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected