diff --git a/pyorerun/biorbd_components/axisupdater.py b/pyorerun/biorbd_components/axisupdater.py index 0a3a2bb..fa04d89 100644 --- a/pyorerun/biorbd_components/axisupdater.py +++ b/pyorerun/biorbd_components/axisupdater.py @@ -46,3 +46,6 @@ def to_component(self, q: np.ndarray) -> rr.Arrows3D: vectors=homogenous_matrices[:3, self.axis] * self.scale, colors=np.array(self.color), ) + + def to_chunk(self, q: np.ndarray) -> dict[str, list]: + pass \ No newline at end of file