Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinYikMing committed Dec 4, 2023
1 parent e9063d9 commit f531036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def control_stop_and_reverse(self):
self.info.output.throttle = 0.0

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

0 comments on commit f531036

Please sign in to comment.