Skip to content

Commit

Permalink
fix(gnss_launcher): remove gnss_frame arg (#201)
Browse files Browse the repository at this point in the history
remove gnss_frame arg

Signed-off-by: Kento Yabuuchi <[email protected]>
  • Loading branch information
KYabuuchi authored and 0x126 committed Apr 18, 2024
1 parent 8f3b704 commit 1d6da9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions aip_x1_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<arg name="output_topic_gnss_fixed" value="fixed" />

<arg name="use_ublox_receiver" value="true" />

<arg name="gnss_frame" value="gnss_link" />
</include>

</group>
Expand Down
2 changes: 0 additions & 2 deletions aip_x2_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<arg name="output_topic_gnss_fixed" value="fixed" />

<arg name="use_ublox_receiver" value="true" />

<arg name="gnss_frame" value="gnss_link" />
</include>

</group>
Expand Down
2 changes: 0 additions & 2 deletions aip_xx1_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<arg name="output_topic_gnss_fixed" value="fixed" />

<arg name="use_ublox_receiver" value="true" />

<arg name="gnss_frame" value="gnss_link" />
</include>

</group>
Expand Down

0 comments on commit 1d6da9a

Please sign in to comment.