Skip to content

Commit

Permalink
Merge pull request #1532 from knorth55/work-order-fix
Browse files Browse the repository at this point in the history
[jsk_2016_01_baxter_apc] work_order.py fix typo
  • Loading branch information
wkentaro committed May 25, 2016
2 parents 2c5930c + f244109 commit 95de468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_2016_01_baxter_apc/node_scripts/work_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main():
pub_right = rospy.Publisher('~right_hand',
WorkOrderArray,
queue_size=1)
rate = rospy.Rate(rospy.get_param('rate', 1))
rate = rospy.Rate(rospy.get_param('~rate', 1))
while not rospy.is_shutdown():
pub_left.publish(msg['left'])
pub_right.publish(msg['right'])
Expand Down

0 comments on commit 95de468

Please sign in to comment.