Skip to content

Commit

Permalink
Ensure steering is in range
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar committed Mar 29, 2024
1 parent 3c8fb53 commit 0bb921e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ def generate_launch_description():
default_value='1.0',
description=''),
DeclareLaunchArgument('min_steering_angle',
default_value='-0.2733',
default_value='-0.272',
description=''),
DeclareLaunchArgument('max_steering_angle',
default_value='0.2733',
default_value='0.272',
description=''),
DeclareLaunchArgument('max_speed',
default_value='4.0',
Expand Down

0 comments on commit 0bb921e

Please sign in to comment.