Skip to content

Commit

Permalink
fix: update pacmod_steer_test launch (#71)
Browse files Browse the repository at this point in the history
* fix: update pacmod_steer_test launch

Signed-off-by: tomoya.kimura <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: tomoya.kimura <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tkimura4 and pre-commit-ci[bot] authored May 10, 2024
1 parent 01485e5 commit 5528de9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pacmod_interface/launch/pacmod_steer_test.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<arg name="vehicle_model" description="vehicle model name"/>
<arg name="pacmod_param_path" default="$(find-pkg-share pacmod_interface)/config/pacmod_steer_test.param.yaml"/>
<arg name="socketcan_device" default="canVehicle"/>

<!-- vehicle info param -->
<include file="$(find-pkg-share global_parameter_loader)/launch/global_params.launch.py">
Expand All @@ -17,6 +18,9 @@

<!-- pacmod3 -->
<group>
<include file="$(find-pkg-share $(var vehicle_model)_description)/launch/pacmod3.launch.py"/>
<include file="$(find-pkg-share pacmod3)/launch/pacmod3.launch.xml">
<arg name="use_socketcan" value="true"/>
<arg name="socketcan_device" value="$(var socketcan_device)"/>
</include>
</group>
</launch>

0 comments on commit 5528de9

Please sign in to comment.