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

Method read_vel

dynamixel_client.py:216–218  ·  view source on GitHub ↗

Returns the current positions and velocities.

(self)

Source from the content-addressed store, hash-verified

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()
219 def read_cur(self) -> np.ndarray:
220 """Returns the current positions and velocities."""
221 return self._cur_reader.read()

Callers

nothing calls this directly

Calls 1

readMethod · 0.80

Tested by

no test coverage detected