We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9063d9 commit f531036Copy full SHA for f531036
carla_ackermann_control/src/carla_ackermann_control/carla_ackermann_control_node.py
@@ -404,7 +404,7 @@ def control_stop_and_reverse(self):
404
self.info.output.throttle = 0.0
405
406
elif numpy.sign(self.info.current.speed) * numpy.sign(self.info.target.speed) == -1:
407
- # requrest for change of driving direction
+ # request for change of driving direction
408
# first we have to come to full stop before changing driving
409
# direction
410
self.loginfo("VehicleControl: Request change of driving direction."
0 commit comments