We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109f148 + f464019 commit 492c0a8Copy full SHA for 492c0a8
ros/src/twist_controller/dbw_node.py
@@ -53,8 +53,8 @@ def __init__(self):
53
self.brake_pub = rospy.Publisher('/vehicle/brake_cmd',
54
BrakeCmd, queue_size=1)
55
56
- # TODO: Create `TwistController` object
57
- # self.controller = TwistController(<Arguments you wish to provide>)
+ # TODO: Create `Controller` object
+ # self.controller = Controller(<Arguments you wish to provide>)
58
59
# TODO: Subscribe to all the topics you need to
60
0 commit comments