Skip to content

Commit

Permalink
chore: replace use_awsim to use_gnss (#292)
Browse files Browse the repository at this point in the history
replace use_awsim to use_gnss

Signed-off-by: Autumn60 <harada.akiro@gmail.com>
  • Loading branch information
Autumn60 committed Sep 27, 2024
1 parent 9ab4632 commit f135f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip_x1_launch/launch/sensing.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<arg name="vehicle_mirror_param_file" description="path to the file of vehicle mirror position yaml"/>
<arg name="pointcloud_container_name" default="pointcloud_container"/>
<arg name ="vehicle_id" default="$(env VEHICLE_ID default)" />
<arg name="use_awsim" default="false"/>
<arg name="use_gnss" default="false"/>

<group>
<!-- LiDAR Driver -->
Expand All @@ -20,7 +20,7 @@
</include>

<!-- GNSS Driver -->
<include file="$(find-pkg-share aip_x1_launch)/launch/gnss.launch.xml" if="$(var use_awsim)" >
<include file="$(find-pkg-share aip_x1_launch)/launch/gnss.launch.xml" if="$(var use_gnss)" >
<arg name="launch_driver" value="$(var launch_driver)" />
</include>

Expand Down

0 comments on commit f135f4f

Please sign in to comment.