Initializes the cached data.
(self)
| 546 | self.cur_scale = cur_scale |
| 547 | |
| 548 | def _initialize_data(self): |
| 549 | """Initializes the cached data.""" |
| 550 | self._cur_data = np.zeros(len(self.motor_ids), dtype=np.float32) |
| 551 | |
| 552 | def _update_data(self, index: int, motor_id: int): |
| 553 | """Updates the data index for the given motor ID.""" |
nothing calls this directly
no outgoing calls
no test coverage detected