Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jun 8, 2024
1 parent 3ff82c3 commit be4c676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<arg name="config_file" default="$(find-pkg-share autoware_joy_controller)/config/autoware_joy_controller_ds4.param.yaml"/>

<node pkg="autoware_joy_controller" exec="autoware_joy_controller" name="autoware_joy_controller" output="screen">
<node pkg="autoware_joy_controller" exec="autoware_joy_controller" name="joy_controller" output="screen">
<remap from="input/joy" to="$(var input_joy)"/>
<remap from="input/odometry" to="$(var input_odometry)"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<arg name="joy_type" default="ds4" description="options: ds4, g29, p65, xbox"/>

<include file="$(find-pkg-share autoware_joy_controller)/launch/autoware_joy_controller.launch.xml">
<arg name="config_file" value="$(find-pkg-share autoware_joy_controller)/config/autoware_joy_controller_$(var joy_type).param.yaml"/>
<arg name="config_file" value="$(find-pkg-share autoware_joy_controller)/config/joy_controller_$(var joy_type).param.yaml"/>
</include>
</launch>

0 comments on commit be4c676

Please sign in to comment.