Skip to content

Commit 33a57ff

Browse files
committed
Use hr_msgs
1 parent 3c565c1 commit 33a57ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/head_ctrl.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import rospy
55
from collections import OrderedDict
66
from os.path import basename
7-
from ros_pololu.msg import MotorCommand
8-
from hr_msgs.msg import pau
97
from geometry_msgs.msg import Quaternion
10-
from pi_face_tracker.msg import Faces
8+
from hr_msgs.msg import Faces
9+
from hr_msgs.msg import MotorCommand
10+
from hr_msgs.msg import pau
1111
from std_msgs.msg import String
1212
from std_msgs.msg import Float64
1313
import time

0 commit comments

Comments
 (0)