Skip to content

Commit

Permalink
Use hr_msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
wenwei-dev committed Jun 1, 2018
1 parent 3c565c1 commit 33a57ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/head_ctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import rospy
from collections import OrderedDict
from os.path import basename
from ros_pololu.msg import MotorCommand
from hr_msgs.msg import pau
from geometry_msgs.msg import Quaternion
from pi_face_tracker.msg import Faces
from hr_msgs.msg import Faces
from hr_msgs.msg import MotorCommand
from hr_msgs.msg import pau
from std_msgs.msg import String
from std_msgs.msg import Float64
import time
Expand Down

0 comments on commit 33a57ff

Please sign in to comment.