Skip to content

Commit 492c0a8

Browse files
authored
Merge pull request #159 from udacity/updating-dbw-comments
Minor comment changes
2 parents 109f148 + f464019 commit 492c0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ros/src/twist_controller/dbw_node.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def __init__(self):
5353
self.brake_pub = rospy.Publisher('/vehicle/brake_cmd',
5454
BrakeCmd, queue_size=1)
5555

56-
# TODO: Create `TwistController` object
57-
# self.controller = TwistController(<Arguments you wish to provide>)
56+
# TODO: Create `Controller` object
57+
# self.controller = Controller(<Arguments you wish to provide>)
5858

5959
# TODO: Subscribe to all the topics you need to
6060

0 commit comments

Comments
 (0)