Skip to content

Commit

Permalink
[BugFix] fix imports in interactive_panda.py (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Chen-plus authored Mar 9, 2025
1 parent 8e64cfe commit 2fa0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mani_skill/examples/teleoperation/interactive_panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from mani_skill.examples.motionplanning.panda.motionplanner import \
PandaArmMotionPlanningSolver
from mani_skill.examples.motionplanning.panda_stick.motionplanner import \
from mani_skill.examples.motionplanning.panda.motionplanner_stick import \
PandaStickMotionPlanningSolver
import sapien.utils.viewer
import h5py
Expand Down

0 comments on commit 2fa0189

Please sign in to comment.