Skip to content

Commit

Permalink
self.rate is given by using rospy function
Browse files Browse the repository at this point in the history
  • Loading branch information
jamixlee committed Feb 28, 2018
1 parent 2bb282b commit 15cc85b
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 15cc85b

Please sign in to comment.