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

Method read_pos

dynamixel_client.py:213–215  ·  view source on GitHub ↗

Returns the current positions and velocities.

(self)

Source from the content-addressed store, hash-verified

211 """Returns the current positions and velocities."""
212 return self._pos_vel_cur_reader.read()
213 def read_pos(self) -> np.ndarray:
214 """Returns the current positions and velocities."""
215 return self._pos_reader.read()
216 def read_vel(self) -> np.ndarray:
217 """Returns the current positions and velocities."""
218 return self._vel_reader.read()

Callers

nothing calls this directly

Calls 1

readMethod · 0.80

Tested by

no test coverage detected