Skip to content

Commit

Permalink
fix: disable gnss
Browse files Browse the repository at this point in the history
  • Loading branch information
zymouse authored and h-ohta committed Feb 9, 2024
1 parent 0173edd commit 150e173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<push-ros-namespace namespace="util"/>
<include file="$(find-pkg-share pose_initializer)/launch/pose_initializer.launch.xml">
<arg name="ndt_enabled" value="true"/>
<arg name="gnss_enabled" value="true"/>
<arg name="gnss_enabled" value="false"/>
<arg name="ekf_enabled" value="true"/>
<arg name="yabloc_enabled" value="false"/>
<arg name="stop_check_enabled" value="$(var stop_check_enabled)"/>
Expand Down

0 comments on commit 150e173

Please sign in to comment.