Skip to content

Commit 088c90a

Browse files
author
M. Fatih Cırıt
committed
fix(joy_controller): joy_type is only set from the param.yaml file
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 86b4335 commit 088c90a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

control/joy_controller/config/joy_controller.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**:
22
ros__parameters:
3-
joy_type: $(var joy_type)
3+
joy_type: DS4 # DS4, G29, P65, XBOX
44
update_rate: 10.0
55
accel_ratio: 3.0
66
brake_ratio: 5.0

control/joy_controller/launch/joy_controller.launch.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<launch>
2-
<arg name="joy_type" default="DS4" description="options: DS4, G29, P65, XBOX"/>
32
<arg name="external_cmd_source" default="remote" description="options: local, remote"/>
43

54
<arg name="input_joy" default="/joy"/>

0 commit comments

Comments
 (0)