Skip to content

Commit

Permalink
Merge pull request #91 from team-aupair/master
Browse files Browse the repository at this point in the history
modifying to give self.rate value by using rospy function
  • Loading branch information
kochigami authored Nov 16, 2018
2 parents 2bb282b + 15cc85b commit 62c332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naoqi_pose/nodes/pose_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self):

self.connectNaoQi()

self.rate = 10
self.rate = rospy.Rate(10)

# store the number of joints in each motion chain and collection, used for sanity checks
self.collectionSize = {}
Expand Down

0 comments on commit 62c332f

Please sign in to comment.