Skip to content

Commit

Permalink
fixed maqui joy velocity limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mpavezb committed Jul 16, 2017
1 parent 9b616ec commit 80bce95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maqui_joy/config/joystick_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ a_linear_x: 'LS_VERT'
a_linear_y: 'LS_HORZ'

# cmd velocities
max_linear_vel: 1.0 # caution: do not use values higher than 0.7
max_angular_vel: 1.0 # caution: do not use values higher than 0.8
max_linear_vel: 0.35 # caution: robot max vel is 0.35.
max_angular_vel: 0.5 # caution: robot max vel is 1.0. However, the response is really weird for values higher than 0.6

0 comments on commit 80bce95

Please sign in to comment.