Skip to content

Commit

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

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Co-authored-by: Kento Yabuuchi <moc.liamg.8y8@gmail.com>
  • Loading branch information
0x126 and KYabuuchi authored Apr 18, 2024
1 parent 8f3b704 commit c868afc
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 c868afc

Please sign in to comment.