Skip to content

Commit

Permalink
Fixed deadzone on joy driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldokan committed Nov 12, 2023
1 parent d084dfb commit 9b936dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asv_setup/launch/pc.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def generate_launch_description():
name='joystick_driver',
output='screen',
parameters=[
{'_deadzone': 0.15},
{'_autorepeat_rate': 100},
{'deadzone': 0.15},
{'autorepeat_rate': 100.0},
],
remappings=[
('/joy', '/joystick/joy'),
Expand Down

0 comments on commit 9b936dc

Please sign in to comment.