Skip to content

Commit fb2b17e

Browse files
committed
fixed unecessary part
1 parent ff79f36 commit fb2b17e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

homework/blink.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def __init__(self):
1717
# ROS message type, and you can find out what this is by either reading the documentation or running
1818
# "rostopic info /pacmod/parsed_tx/X" on the command line.
1919

20-
rospy.init_node("blink_node",anonymous=True)
21-
rospy.Rate(5)
20+
# rospy.init_node("blink_node",anonymous=True)
21+
# rospy.Rate(5)
2222

2323
self.sub_accel = rospy.Subscriber("/pacmod/parsed_tx/accel_rpt",SystemRptFloat,self.cb_accel,queue_size=1)
2424
self.sub_brake = rospy.Subscriber("/pacmod/parsed_tx/brake_rpt",SystemRptFloat,self.cb_brake,queue_size=1)

0 commit comments

Comments
 (0)