Skip to content

Commit f531036

Browse files
committed
fixed typo
1 parent e9063d9 commit f531036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

carla_ackermann_control/src/carla_ackermann_control/carla_ackermann_control_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def control_stop_and_reverse(self):
404404
self.info.output.throttle = 0.0
405405

406406
elif numpy.sign(self.info.current.speed) * numpy.sign(self.info.target.speed) == -1:
407-
# requrest for change of driving direction
407+
# request for change of driving direction
408408
# first we have to come to full stop before changing driving
409409
# direction
410410
self.loginfo("VehicleControl: Request change of driving direction."

0 commit comments

Comments
 (0)