Skip to content

Commit

Permalink
Merge pull request #19 from Ipuch/main
Browse files Browse the repository at this point in the history
feat: live model example
  • Loading branch information
Ipuch authored May 6, 2024
2 parents e15f843 + d1f4f27 commit cb7bc5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyorerun/live_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import numpy as np
import rerun as rr

from pyorerun import BiorbdModel, PhaseRerun
from .biorbd_components.model_interface import BiorbdModel
from .phase_rerun import PhaseRerun


class LiveModelAnimation:
Expand Down

0 comments on commit cb7bc5c

Please sign in to comment.