Skip to content

Commit

Permalink
update the path to load so3 and se3
Browse files Browse the repository at this point in the history
  • Loading branch information
fantaosha committed Jan 23, 2023
1 parent d476da4 commit 51702ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theseus/embodied/robot/joint.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Optional
import torch

from theseus.geometry.functional import so3, se3
from theseus.labs.lie_functional import so3, se3


class Joint(abc.ABC):
Expand Down

0 comments on commit 51702ff

Please sign in to comment.