Skip to content

Commit

Permalink
Removed uncessary imports
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Vaillant <[email protected]>
  • Loading branch information
zongmianli and jorisv committed Nov 16, 2023
1 parent a21590d commit fc6a7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions examples/panda3d-viewer-play.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# This examples shows how to load and move a robot in panda3d_viewer.
# Note: this feature requires panda3d_viewer to be installed, this can be done using
# pip install --user panda3d_viewer
# pip install panda3d_viewer



import sys
import numpy as np
import pinocchio as pin
from os.path import dirname, join, abspath

# Add path to the example-robot-data package
Expand Down
1 change: 0 additions & 1 deletion examples/panda3d-viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# pip install panda3d_viewer

import sys
import pinocchio as pin
from os.path import dirname, join, abspath

# Add path to the example-robot-data package
Expand Down

0 comments on commit fc6a7c7

Please sign in to comment.