MCPcopy Create free account
hub / github.com/MarkFzp/act-plus-plus / is_connected

Method is_connected

dynamixel_client.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137
138 @property
139 def is_connected(self) -> bool:
140 return self.port_handler.is_open
141
142 def connect(self):
143 """Connects to the Dynamixel motors.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected