Skip to content

Commit

Permalink
Fixed Pypot import
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoan Mollard committed Dec 20, 2017
1 parent 53380f2 commit a476a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros/nips2016/src/nips2016/ergo/ergo.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from geometry_msgs.msg import PoseStamped
from sensor_msgs.msg import Joy
from std_msgs.msg import Bool
from poppy.creatures import PoppyErgoJr
from pypot.creatures import PoppyErgoJr
from rospkg import RosPack
from os.path import join
from .button import Button
Expand Down
2 changes: 1 addition & 1 deletion ros/nips2016/src/nips2016/torso/torso.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from nips2016.srv import *
from geometry_msgs.msg import PoseStamped
from sensor_msgs.msg import JointState
from poppy.creatures import PoppyTorso
from pypot.creatures import PoppyTorso
from threading import RLock
from rospkg import RosPack
from os.path import join
Expand Down

0 comments on commit a476a7e

Please sign in to comment.