Skip to content

Commit

Permalink
Add support for PDP joysticks (#41)
Browse files Browse the repository at this point in the history
* Add support for PDP joysticks
  • Loading branch information
idorobotics authored Feb 13, 2024
1 parent 1bf2dd4 commit a9e2f34
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/pdp.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Configuration for PDP joystick controllers. See https://pdp.com/
teleop_twist_joy_node:
ros__parameters:
axis_linear: # Left thumb stick vertical
x: 1
scale_linear:
x: 0.7
scale_linear_turbo:
x: 1.5

axis_angular: # Left thumb stick horizontal
yaw: 0
scale_angular:
yaw: 0.4

enable_button: 4 # Left 'LB' button
enable_turbo_button: 5 # Right 'RB' button

0 comments on commit a9e2f34

Please sign in to comment.