Returns a copy of the data.
(self)
| 525 | self._vel_data[index] = float(vel) * self.vel_scale |
| 526 | |
| 527 | def _get_data(self): |
| 528 | """Returns a copy of the data.""" |
| 529 | return self._vel_data.copy() |
| 530 | |
| 531 | class DynamixelCurReader(DynamixelReader): |
| 532 | """Reads positions and velocities.""" |
nothing calls this directly
no outgoing calls
no test coverage detected