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

Method _get_data

dynamixel_client.py:559–561  ·  view source on GitHub ↗

Returns a copy of the data.

(self)

Source from the content-addressed store, hash-verified

557 self._cur_data[index] = float(cur) * self.cur_scale
558
559 def _get_data(self):
560 """Returns a copy of the data."""
561 return self._cur_data.copy()
562
563
564# Register global cleanup function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected