From fc6a7c7940b91151f4b8b48c6e807d5cffb8588b Mon Sep 17 00:00:00 2001 From: zong <23478844+zongmianli@users.noreply.github.com> Date: Fri, 17 Nov 2023 00:20:03 +0800 Subject: [PATCH] Removed uncessary imports Co-authored-by: Joris Vaillant --- examples/panda3d-viewer-play.py | 3 +-- examples/panda3d-viewer.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/panda3d-viewer-play.py b/examples/panda3d-viewer-play.py index e152b4f501..ff794c8cd9 100644 --- a/examples/panda3d-viewer-play.py +++ b/examples/panda3d-viewer-play.py @@ -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 diff --git a/examples/panda3d-viewer.py b/examples/panda3d-viewer.py index c07906c5cf..4cd85cc8bd 100644 --- a/examples/panda3d-viewer.py +++ b/examples/panda3d-viewer.py @@ -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