mirror of
https://github.com/bjoernellens1/cps_loki_bringup.git
synced 2024-11-22 15:43:48 +00:00
Create joystick.yaml
This commit is contained in:
parent
4e5ca62cfe
commit
7cab902ab2
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