Skip to content

Commit cce88f4

Browse files
committed
Fixed typo
1 parent e9063d9 commit cce88f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

carla_ackermann_control/src/carla_ackermann_control/carla_ackermann_control_node.py

Lines changed: 2 additions & 2 deletions
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."
@@ -491,7 +491,7 @@ def update_drive_vehicle_control_command(self):
491491
self.vehicle_info, self.vehicle_status, self.info.output.reverse)
492492

493493
# the engine lay off acceleration defines the size of the coasting area
494-
# Interpretation: The engine already prforms braking on its own;
494+
# Interpretation: The engine already performs braking on its own;
495495
# therefore pushing the brake is not required for small decelerations
496496
self.info.status.brake_upper_border = self.info.status.throttle_lower_border + \
497497
phys.get_vehicle_lay_off_engine_acceleration(self.vehicle_info)

0 commit comments

Comments
 (0)