Skip to content

Commit

Permalink
fix: update pacmod_steer_test launch
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 committed May 8, 2024
1 parent f369080 commit 0340181
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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,10 @@

<!-- 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 0340181

Please sign in to comment.