mirror of
https://github.com/bjoernellens1/rmp220_teleop.git
synced 2024-11-21 15:33:48 +00:00
Create joystick.yaml
This commit is contained in:
parent
a796f4480f
commit
cb9e65ae28
28
config/joystick.yaml
Normal file
28
config/joystick.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
joy_node:
|
||||
ros__parameters:
|
||||
device_id: 0
|
||||
deadzone: 0.05
|
||||
autorepeat_rate: 0.00
|
||||
coalesce_interval: 0.001 # merging messeges in this interval
|
||||
|
||||
teleop_node:
|
||||
ros__parameters:
|
||||
axis_linear:
|
||||
x: 1
|
||||
scale_linear:
|
||||
x: 0.7
|
||||
scale_linear_turbo:
|
||||
x: 1.5
|
||||
|
||||
axis_angular:
|
||||
yaw: 0
|
||||
scale_angular:
|
||||
yaw: 1.4
|
||||
scale_angular_turbo:
|
||||
yaw: 3.0
|
||||
|
||||
|
||||
enable_button: 2
|
||||
enable_turbo_button: 5
|
||||
|
||||
require_enable_button: false
|
Loading…
Reference in New Issue
Block a user