Initializes the cached data.
(self)
| 514 | self.cur_scale = cur_scale |
| 515 | |
| 516 | def _initialize_data(self): |
| 517 | """Initializes the cached data.""" |
| 518 | self._vel_data = np.zeros(len(self.motor_ids), dtype=np.float32) |
| 519 | |
| 520 | def _update_data(self, index: int, motor_id: int): |
| 521 | """Updates the data index for the given motor ID.""" |
nothing calls this directly
no outgoing calls
no test coverage detected